1. 1a73de0 appletalk: Use eth_<foo>_addr instead of memset by Joe Perches · 9 years ago
  2. 423049a 8021q: Use eth_<foo>_addr instead of memset by Joe Perches · 9 years ago
  3. 3b6ed26 xen: Use eth_<foo>_addr instead of memset by Joe Perches · 9 years ago
  4. 1667c94 netconsole: Use eth_<foo>_addr instead of memset by Joe Perches · 9 years ago
  5. 93803b3 wireless: Use eth_<foo>_addr instead of memset by Joe Perches · 9 years ago
  6. 519983b net: usb: Use eth_<foo>_addr instead of memset by Joe Perches · 9 years ago
  7. c7bf716 ethernet: Use eth_<foo>_addr instead of memset by Joe Perches · 9 years ago
  8. e8ab38c i40e: Fix dependencies in the i40e driver on configfs by Greg Rose · 9 years ago
  9. 1d5da75 ax25: Stop using magic neighbour cache operations. by Eric W. Biederman · 9 years ago
  10. bcc90e3 net/atm/signaling.c: remove WAIT_FOR_DEMON code by Fabian Frederick · 9 years ago
  11. b898441 Merge branch 'neigh_cleanups' by David S. Miller · 9 years ago
  12. 435e8eb neigh: Don't require a dst in neigh_resolve_output by Eric W. Biederman · 9 years ago
  13. bdf53c5 neigh: Don't require dst in neigh_hh_init by Eric W. Biederman · 9 years ago
  14. 59b2af2 arp: Kill arp_find by Eric W. Biederman · 9 years ago
  15. d476059 net: Kill dev_rebuild_header by Eric W. Biederman · 9 years ago
  16. 945db42 ax25: Stop depending on arp_find by Eric W. Biederman · 9 years ago
  17. abb7b75 ax25: Stop calling/abusing dev_rebuild_header by Eric W. Biederman · 9 years ago
  18. def6775 neigh: Move neigh_compat_output into ax25_ip.c by Eric W. Biederman · 9 years ago
  19. 21bfb8e arp: Remove special case to give AX25 it's open arp operations. by Eric W. Biederman · 9 years ago
  20. 3b6a94b ax25: Refactor to use private neighbour operations. by Eric W. Biederman · 9 years ago
  21. 46d4e47 ax25: Make ax25_header and ax25_rebuild_header static by Eric W. Biederman · 9 years ago
  22. 204d2dc ax25/6pack: Replace sp_header_ops with ax25_header_ops by Eric W. Biederman · 9 years ago
  23. 56fc7e7 ax25/kiss: Replace ax_header_ops with ax25_header_ops by Eric W. Biederman · 9 years ago
  24. 03ec2ac rose: Transmit packets in rose_xmit not rose_rebuild_header by Eric W. Biederman · 9 years ago
  25. b753af3 rose: Set the destination address in rose_header by Eric W. Biederman · 9 years ago
  26. e18dbd0 ax25: In ax25_rebuild_header add missing kfree_skb by Eric W. Biederman · 9 years ago
  27. 61e021f ebpf: move CONFIG_BPF_SYSCALL-only function declarations by Daniel Borkmann · 9 years ago
  28. 77f0379 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  29. 49b31e5 filter: refactor common filter attach code into __sk_attach_prog by Daniel Borkmann · 9 years ago
  30. 70c836a4 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 9 years ago
  31. b484435 Merge branch 'sendmsg_recvmsg_iocb_removal' by David S. Miller · 9 years ago
  32. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 9 years ago
  33. 39a0295 tipc: Don't use iocb argument in socket layer by Ying Xue · 9 years ago
  34. 5f15893 netfilter: nft_compat: add support for arptables extensions by Arturo Borrero · 9 years ago
  35. 6556c38 Merge branch 'dropcount' by David S. Miller · 9 years ago
  36. 744d5a3 net: move skb->dropcount to skb->cb[] by Eyal Birger · 9 years ago
  37. 3bc3b96 net: add common accessor for setting dropcount on packets by Eyal Birger · 9 years ago
  38. b4772ef net: use common macro for assering skb->cb[] available size in protocol families by Eyal Birger · 9 years ago
  39. 2472d76 net: packet: use sockaddr_ll fields as storage for skb original length in recvmsg path by Eyal Birger · 9 years ago
  40. 2cfdf9f net: rxrpc: change call to sock_recv_ts_and_drops() on rxrpc recvmsg to sock_recv_timestamp() by Eyal Birger · 9 years ago
  41. 6368c23 net: bluetooth: compact struct bt_skb_cb by converting boolean fields to bit fields by Eyal Birger · 9 years ago
  42. 49a6fe0 net: bluetooth: compact struct bt_skb_cb by inlining struct hci_req_ctrl by Eyal Birger · 9 years ago
  43. 287f3a9 pppoe: Use workqueue to die properly when a PADT is received by Simon Farnsworth · 9 years ago
  44. 26caa34 bnx2: disable toggling of rxvlan if necessary by Ivan Vecera · 9 years ago
  45. ea37304 net: macb: Properly add DMACFG bit definitions by Arun Chandran · 9 years ago
  46. 62f6924 net: macb: Add on the fly CPU endianness detection by Arun Chandran · 9 years ago
  47. 759c935 Driver: Vmxnet3: Copy TCP header to mapped frame for IPv6 packets by Shrikrishna Khare · 9 years ago
  48. 68932f7 Merge branch 'ebpf_support_for_cls_bpf' by David S. Miller · 9 years ago
  49. e2e9b65 cls_bpf: add initial eBPF support for programmable classifiers by Daniel Borkmann · 9 years ago
  50. 24701ec ebpf: move read-only fields to bpf_prog and shrink bpf_prog_aux by Daniel Borkmann · 9 years ago
  51. 96be432 ebpf: add sched_cls_type and map it to sk_filter's verifier ops by Daniel Borkmann · 9 years ago
  52. d4052c4 ebpf: remove CONFIG_BPF_SYSCALL ifdefs in socket filter code by Daniel Borkmann · 9 years ago
  53. 0fc174d ebpf: make internal bpf API independent of CONFIG_BPF_SYSCALL ifdefs by Daniel Borkmann · 9 years ago
  54. f1a66f8 ebpf: export BPF_PSEUDO_MAP_FD to uapi by Daniel Borkmann · 9 years ago
  55. a2c83ff ebpf: constify various function pointer structs by Daniel Borkmann · 9 years ago
  56. f91fe17 ebpf: remove kernel test stubs by Daniel Borkmann · 9 years ago
  57. b656cc6 Merge branch 's390-next' by David S. Miller · 9 years ago
  58. 8b7ac01 MAINTAINERS: update S390 NETWORK DRIVERS maintainer by Ursula Braun · 9 years ago
  59. ca5b20a qeth: Fix command sizes by Stefan Raspl · 9 years ago
  60. 83650a2 s390: remove claw driver by Ursula Braun · 9 years ago
  61. 74abc20 tcp: cleanup static functions by Eric Dumazet · 9 years ago
  62. 5999537 hyperv: Implement netvsc_get_channels() ethool op by Andrew Schwartzmeyer · 9 years ago
  63. f9c7ce1 Merge branch 'tcp-tso' by David S. Miller · 9 years ago
  64. a0ea700 tcp: tso: allow CA_CWR state in tcp_tso_should_defer() by Eric Dumazet · 9 years ago
  65. 50c8339 tcp: tso: restore IW10 after TSO autosizing by Eric Dumazet · 9 years ago
  66. 5f852eb tcp: tso: remove tp->tso_deferred by Eric Dumazet · 9 years ago
  67. 6588af6 usbnet: Fix tx_packets stat for FLAG_MULTI_FRAME drivers by Ben Hutchings · 9 years ago
  68. 721a57a Merge branch 'tipc-next' by David S. Miller · 9 years ago
  69. d76a436 tipc: make media address offset a common define by Erik Hugne · 9 years ago
  70. 91e2eb5 tipc: rename media/msg related definitions by Erik Hugne · 9 years ago
  71. afaa3f6 tipc: purge links when bearer is disabled by Erik Hugne · 9 years ago
  72. 7fe8097 tipc: fix nullpointer bug when subscribing to events by Erik Hugne · 9 years ago
  73. 3622c36 tipc: only create header copy for name distr messages by Erik Hugne · 9 years ago
  74. 247f6d0 team: allow TSO being set on master by Jiri Pirko · 9 years ago
  75. 7eb6034 Merge branch 'fib_trie_remove_leaf_info' by David S. Miller · 9 years ago
  76. 79e5ad2 fib_trie: Remove leaf_info by Alexander Duyck · 9 years ago
  77. 9b6ebad fib_trie: Add slen to fib alias by Alexander Duyck · 9 years ago
  78. 5786ec6 fib_trie: Replace plen with slen in leaf_info by Alexander Duyck · 9 years ago
  79. 56315f9 fib_trie: Convert fib_alias to hlist from list by Alexander Duyck · 9 years ago
  80. 7705f73 Merge branch 'ip_level_multicast_join_leave' by David S. Miller · 9 years ago
  81. 93a714d multicast: Extend ip address command to enable multicast group join/leave on by Madhu Challa · 9 years ago
  82. 46a4dee igmp v6: add __ipv6_sock_mc_join and __ipv6_sock_mc_drop by Madhu Challa · 9 years ago
  83. 723b8e4 udp: In udp_flow_src_port use random hash value if skb_get_hash fails by Tom Herbert · 9 years ago
  84. c91799c at86rf230: add warning if edge-triggered irq by Alexander Aring · 9 years ago
  85. 702d211 at86rf230: add irq low-level for polarity by Alexander Aring · 9 years ago
  86. be64f07 at86rf230: add irqmask mode setting by Alexander Aring · 9 years ago
  87. 2c2f7ec at86rf230: remove tx_timeout by Alexander Aring · 9 years ago
  88. ccdaeb2 at86rf230: add support for external xtal trim by Alexander Aring · 9 years ago
  89. aaa1c4d at86rf230: copy pdata to driver allocated space by Alexander Aring · 9 years ago
  90. 9391976 Bluetooth: make hci_test_bit's addr const by Jiri Slaby · 9 years ago
  91. 4cd3928 Bluetooth: Update New CSRK event to match latest specification by Johan Hedberg · 9 years ago
  92. fed0a15 bridge: fix link notification skb size calculation to include vlan ranges by Roopa Prabhu · 9 years ago
  93. 9003019 Merge branch 'rocker-next' by David S. Miller · 9 years ago
  94. e47172a rocker: put port in FORWADING state after leaving bridge by Scott Feldman · 9 years ago
  95. 4a6bb6d rocker: rename lport to pport by Scott Feldman · 9 years ago
  96. 7eb344f rocker: fix non-portable err return codes by Scott Feldman · 9 years ago
  97. 009f33e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 9 years ago
  98. d79d210 net: dsa: Introduce dsa_is_port_initialized by Guenter Roeck · 9 years ago
  99. bb66be1 Merge branch 'sf2_hwbridge' by David S. Miller · 9 years ago
  100. 12f460f net: dsa: bcm_sf2: add HW bridging support by Florian Fainelli · 9 years ago