1. ea3bea3 tcp/dccp: constify rtx_synack() and friends by Eric Dumazet · 9 years ago
  2. 0f935db tcp: constify tcp_v{4|6}_send_synack() socket argument by Eric Dumazet · 9 years ago
  3. 1c1e9d2 ipv6: constify ip6_xmit() sock argument by Eric Dumazet · 9 years ago
  4. 5d062de tcp: constify tcp_make_synack() socket argument by Eric Dumazet · 9 years ago
  5. cfe673b ip: constify ip_build_and_send_pkt() socket argument by Eric Dumazet · 9 years ago
  6. b83e3de tcp: md5: constify tcp_md5_do_lookup() socket argument by Eric Dumazet · 9 years ago
  7. 4e3f5d7 inet: constify ip_dont_fragment() arguments by Eric Dumazet · 9 years ago
  8. 30d50c6 ipv6: constify inet6_csk_route_req() socket argument by Eric Dumazet · 9 years ago
  9. 3aef934 ipv6: constify ip6_dst_lookup_{flow|tail}() sock arguments by Eric Dumazet · 9 years ago
  10. e5895bc inet: constify inet_csk_route_req() socket argument by Eric Dumazet · 9 years ago
  11. 6f9c961 inet: constify ip_route_output_flow() socket argument by Eric Dumazet · 9 years ago
  12. b1964b5 tcp: constify tcp_openreq_init_rwin() by Eric Dumazet · 9 years ago
  13. b40cf18 tcp: constify listener socket in tcp_v[46]_init_req() by Eric Dumazet · 9 years ago
  14. f623ab7 switchdev: reduce transaction phase enum down to a boolean by Jiri Pirko · 9 years ago
  15. 9f6467c switchdev: remove "ABORT" transaction phase by Jiri Pirko · 9 years ago
  16. 2b8a61a switchdev: remove "NONE" transaction phase by Jiri Pirko · 9 years ago
  17. 8bdb427 switchdev: add switchdev_trans_ph_prepare/commit helpers by Jiri Pirko · 9 years ago
  18. f8db834 switchdev: move transaction phase enum under transaction structure by Jiri Pirko · 9 years ago
  19. 7ea6eb3 switchdev: introduce transaction item queue for attr_set and obj_add by Jiri Pirko · 9 years ago
  20. 69f5df4 switchdev: rename "trans" to "trans_ph". by Jiri Pirko · 9 years ago
  21. 38cf595 ipv6: remove unused neigh parameter from ndisc functions by Jiri Benc · 9 years ago
  22. 92c14d9 genetlink: simplify genl_notify by Jiri Benc · 9 years ago
  23. 06e60e59 net/ethoc: support big-endian register layout by Max Filippov · 9 years ago
  24. a79e88d9 bridge: define some min/max/default ageing time constants by Scott Feldman · 9 years ago
  25. 26c6d28 arcnet: Move files out of include/linux by Joe Perches · 10 years ago
  26. d6d7d3e arcnet: Wrap some long lines by Joe Perches · 10 years ago
  27. 83df99b arcnet: Convert arcnet_dump_skb macro to static inline by Joe Perches · 10 years ago
  28. a34c093 arcnet: Convert BUGMSG and BUGMSG2 to arc_prink and arc_cont by Joe Perches · 10 years ago
  29. 72aeea4 arcnet: Expand odd BUGLVL macro with if and uses by Joe Perches · 10 years ago
  30. d77510f arcnet: Neaten BUGMSG macro defines by Joe Perches · 10 years ago
  31. 01a1d5a arcnet: Add and remove blank lines by Joe Perches · 10 years ago
  32. cb33464 arcnet: Use normal kernel spacing style by Joe Perches · 10 years ago
  33. 37587fa arcnet: fix indentation of if_arcnet.h by Joe Perches · 9 years ago
  34. 99cb99a Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  35. 607cba1 Merge tag 'linux-can-next-for-4.4-20150921' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next by David S. Miller · 9 years ago
  36. 0f1c28a tcp: usec resolution SYN/ACK RTT by Yuchung Cheng · 9 years ago
  37. 91e60eb s390/iucv: do not use arrays as argument by Ursula Braun · 9 years ago
  38. 5dcd246 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 9 years ago
  39. 2785968 can: headers: make header files self contained by Marc Kleine-Budde · 10 years ago
  40. c7af648 netfilter: Pass net into nf_xfrm_me_harder by Eric W. Biederman · 9 years ago
  41. 06198b3 netfilter: Pass priv instead of nf_hook_ops to netfilter hooks by Eric W. Biederman · 9 years ago
  42. a31f1ad netfilter: nf_conntrack: Add a struct net parameter to l4_pkt_to_tuple by Eric W. Biederman · 9 years ago
  43. a4ffe31 act_connmark: Remember the struct net instead of guessing it. by Eric W. Biederman · 9 years ago
  44. 206e8c0 netfilter: Pass net to nf_dup_ipv4 and nf_dup_ipv6 by Eric W. Biederman · 9 years ago
  45. 46448d0 netfilter: nf_tables: Pass struct net in nft_pktinfo by Eric W. Biederman · 9 years ago
  46. 156c196 netfilter: x_tables: Pass struct net in xt_action_param by Eric W. Biederman · 9 years ago
  47. 6aa187f netfilter: nf_tables: kill nft_pktinfo.ops by Eric W. Biederman · 9 years ago
  48. 6cb8ff3f1 inet netfilter: Remove hook from ip6t_do_table, arp_do_table, ipt_do_table by Eric W. Biederman · 9 years ago
  49. 97b59c3 netfilter: ebtables: Simplify the arguments to ebt_do_table by Eric W. Biederman · 9 years ago
  50. 36aea58 Merge tag 'ipvs-for-v4.4' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next by Pablo Neira Ayuso · 9 years ago
  51. e781b7f Bluetooth: Add BT_ERR_RATELIMITED by Szymon Janc · 9 years ago
  52. 27b29f6 bpf: add bpf_redirect() helper by Alexei Starovoitov · 9 years ago
  53. 045efa8 cls_bpf: introduce integrated actions by Daniel Borkmann · 9 years ago
  54. 58d607d tcp: provide skb->hash to synack packets by Eric Dumazet · 9 years ago
  55. 0c4b51f netfilter: Pass net into okfn by Eric W. Biederman · 9 years ago
  56. 29a26a5 netfilter: Pass struct net into the netfilter hooks by Eric W. Biederman · 9 years ago
  57. 04eb448 bridge: Add br_netif_receive_skb remove netif_receive_skb_sk by Eric W. Biederman · 9 years ago
  58. 2b4aa3c net: Remove dev_queue_xmit_sk by Eric W. Biederman · 9 years ago
  59. 5a70649 net: Merge dst_output and dst_output_sk by Eric W. Biederman · 9 years ago
  60. a6568b2 xfrm: Remove unused afinfo method init_dst by Eric W. Biederman · 9 years ago
  61. 7a77350 netfilter: Pass net to nf_hook_thresh by Eric W. Biederman · 9 years ago
  62. b11b1f6 netfilter: Store net in nf_hook_state by Eric W. Biederman · 9 years ago
  63. fb88425 netfilter: Remove !CONFIG_NETFITLER definition of nf_hook_thresh by Eric W. Biederman · 9 years ago
  64. bfe08a8 ieee802154: af_ieee802154: fix typo in comment. by Stefan Schmidt · 9 years ago
  65. 187625e ieee802154: 6lowpan: remove tx full-size calc workaround by Alexander Aring · 9 years ago
  66. 54552d0 ieee802154: 6lowpan: check on valid 802.15.4 frame by Alexander Aring · 9 years ago
  67. 72a5e6b ieee820154: 6lowpan: dispatch evaluation rework by Alexander Aring · 9 years ago
  68. 6b3cc1d Bluetooth: close HCI device when user channel socket gets closed by Simon Fels · 9 years ago
  69. 6f558b7 Bluetooth: Add bt_dev logging macros by Loic Poulain · 9 years ago
  70. 4e47809 ipvs: add sysctl to ignore tunneled packets by Alex Gartrell · 9 years ago
  71. b84ee0d cdc: add header guards by Stephen Rothwell · 9 years ago
  72. d5566fd rtnetlink: RTEXT_FILTER_SKIP_STATS support to avoid dumping inet/inet6 stats by Sowmini Varadhan · 9 years ago
  73. ad1e7b9 cdc: Fix build warning. by David S. Miller · 9 years ago
  74. c40a2c8 CDC: common parser for extra headers by Oliver Neukum · 9 years ago
  75. c36ba66 net: Allow user to get table id from route lookup by David Ahern · 9 years ago
  76. b7503e0 net: Add FIB table id to rtable by David Ahern · 9 years ago
  77. 04d78e3 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  78. b0a1ea5 Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  79. 33e247c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  80. d71fc23 Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  81. 91b6fc0 Merge tag 'drm-intel-next-fixes-2015-09-10' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  82. 519f526 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  83. 06ab838 Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 9 years ago
  84. 573c577 Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 9 years ago
  85. 65c61bc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  86. 452e06a dma-mapping: consolidate dma_set_mask by Christoph Hellwig · 9 years ago
  87. ee19637 dma-mapping: consolidate dma_supported by Christoph Hellwig · 9 years ago
  88. efa21e4 dma-mapping: cosolidate dma_mapping_error by Christoph Hellwig · 9 years ago
  89. 1e89375 dma-mapping: consolidate dma_{alloc,free}_noncoherent by Christoph Hellwig · 9 years ago
  90. 6894258 dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent} by Christoph Hellwig · 9 years ago
  91. 1fcfd8d mm, mpx: add "vm_flags_t vm_flags" arg to do_mmap_pgoff() by Oleg Nesterov · 9 years ago
  92. 2965faa kexec: split kexec_load syscall from kexec core code by Dave Young · 9 years ago
  93. a43cac0 kexec: split kexec_file syscall code to kexec_file.c by Dave Young · 9 years ago
  94. 3760710 seq_file: provide an analogue of print_hex_dump() by Andy Shevchenko · 9 years ago
  95. 90f0230 kmod: use system_unbound_wq instead of khelper by Frederic Weisbecker · 9 years ago
  96. b40bdb7 lib/string_helpers: rename "esc" arg to "only" by Kees Cook · 9 years ago
  97. cdf1744 hexdump: do not print debug dumps for !CONFIG_DEBUG by Linus Walleij · 9 years ago
  98. 515a9ad include/linux/printk.h: include pr_fmt in pr_debug_ratelimited by Jason A. Donenfeld · 9 years ago
  99. 8b83963 include/linux/poison.h: remove not-used poison pointer macros by Vasily Kulikov · 9 years ago
  100. 8a5e5e0 include/linux/poison.h: fix LIST_POISON{1,2} offset by Vasily Kulikov · 9 years ago