1. a2f983f ipv4: remove the unnecessary variable in udp_mcast_next by Li RongQing · 10 years ago
  2. b642881 ipv6: fix the check when handle RA by Li RongQing · 10 years ago
  3. 5e6d243 bridge: netlink dump interface at par with brctl by Jamal Hadi Salim · 10 years ago
  4. 5d5eacb bridge: fdb dumping takes a filter device by Jamal Hadi Salim · 10 years ago
  5. 405fd70 ipconfig: Only bootp paths should reference ic_dev_xid. by David S. Miller · 10 years ago
  6. 21621e9 ipconfig: move ic_dev_xid under IPCONFIG_BOOTP by Fabian Frederick · 10 years ago
  7. efa95b0 netpoll: fix use after free by david decotigny · 10 years ago
  8. c34963e bridge: export knowledge about the presence of IGMP/MLD queriers by Linus Lüssing · 10 years ago
  9. 70452dc tipc: fix a memleak when sending data by Erik Hugne · 10 years ago
  10. be1f4f4 net: sctp: Inline the functions from command.c by David Laight · 10 years ago
  11. 63ae889 appletalk: fix a coccinella warning in net/appletalk/ddp.c by wangweidong · 10 years ago
  12. 72948cd Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 10 years ago
  13. 9f12fbe net: filter: move load_pointer() into filter.h by Zi Shen Lim · 10 years ago
  14. a718dcc net/hsr: Fix NULL pointer dereference on incomplete hsr_newlink() params. by Arvid Brodin · 10 years ago
  15. f266a68 net/hsr: Better frame dispatch by Arvid Brodin · 10 years ago
  16. 4c3477d net/hsr: Added SET_NETDEV_DEVTYPE and features |= NETIF_F_NETNS_LOCAL to dev_setup. by Arvid Brodin · 10 years ago
  17. 1cc1eb5 net/hsr: Implemented .ndo_fix_features (better device features handling). by Arvid Brodin · 10 years ago
  18. c5a7591 net/hsr: Use list_head (and rcu) instead of array for slave devices. by Arvid Brodin · 10 years ago
  19. 51f3c60 net/hsr: Move slave init to hsr_slave.c. by Arvid Brodin · 10 years ago
  20. e9aae56 net/hsr: Operstate handling cleanup. by Arvid Brodin · 10 years ago
  21. abff716 net/hsr: Move to per-hsr device prune timer. by Arvid Brodin · 10 years ago
  22. 81ba6af net/hsr: Switch from dev_add_pack() to netdev_rx_handler_register() by Arvid Brodin · 10 years ago
  23. 70ebe4a net/hsr: Better variable names and update of contact info. by Arvid Brodin · 10 years ago
  24. 4f6ad60 ipconfig: add static to local variable by Fabian Frederick · 10 years ago
  25. 640985e mac802154: at86rf230: add hw flags and merge ops by Alexander Aring · 10 years ago
  26. a3b18dd net: Only do flow_dissector hash computation once per packet by Tom Herbert · 10 years ago
  27. cb1ce2e ipv6: Implement automatic flow label generation on transmit by Tom Herbert · 10 years ago
  28. 19469a8 flow_dissector: Use IPv6 flow label in flow_dissector by Tom Herbert · 10 years ago
  29. 535fb8d vxlan: Call udp_flow_src_port by Tom Herbert · 10 years ago
  30. 0e00161 net: Call skb_get_hash in get_xps_queue and __skb_tx_hash by Tom Herbert · 10 years ago
  31. b73c3d0 net: Save TX flow hash in sock and set in skbuf on xmit by Tom Herbert · 10 years ago
  32. 5ed20a6 flow_dissector: Abstract out hash computation by Tom Herbert · 10 years ago
  33. 4710d80 6lowpan: mac802154: fix coding style issues by Varka Bhadram · 10 years ago
  34. 46c9521 netlink: Fix do_one_broadcast() prototype. by Rami Rosen · 10 years ago
  35. 3f53bd8 tipc: fix link acknowledge logic in receive path by Erik Hugne · 10 years ago
  36. 7ae934b tipc: refactor message delivery out of tipc_rcv by Erik Hugne · 10 years ago
  37. 86c6a2c tcp: switch snt_synack back to measuring transmit time of first SYNACK by Neal Cardwell · 10 years ago
  38. b98fe24 batman-adv: Use kasprintf by Himangi Saraogi · 10 years ago
  39. a6111d3 vlan: Pass SIOC[SG]HWTSTAMP ioctls to real device by Stefan Sørensen · 10 years ago
  40. ae5c6c6 ptp: Classify ptp over ip over vlan packets by Stefan Sørensen · 10 years ago
  41. b9c701e net: Simplify ptp class checks by Stefan Sørensen · 10 years ago
  42. eaea2da net: sctp: only warn in proc_sctp_do_alpha_beta if write by Daniel Borkmann · 10 years ago
  43. 8f61059 net: sctp: improve timer slack calculation for transport HBs by Daniel Borkmann · 10 years ago
  44. fb0d164 net/caif/caif_socket.c: remove unnecessary null test before debugfs_remove_recursive by Fabian Frederick · 10 years ago
  45. 9fe516b inet: move ipv6only in sock_common by Eric Dumazet · 10 years ago
  46. 8788370 pktgen: RCU-ify "if_list" to remove lock in next_to_run() by Jesper Dangaard Brouer · 10 years ago
  47. baac167 pktgen: avoid expensive set_current_state() call in loop by Jesper Dangaard Brouer · 10 years ago
  48. 5b9e7e1 openvswitch: introduce rtnl ops stub by Jiri Pirko · 10 years ago
  49. b0ab2fa rtnetlink: allow to register ops without ops->setup set by Jiri Pirko · 10 years ago
  50. 9bf2b8c net: fix some typos in comment by Ying Xue · 10 years ago
  51. d933319 ipv6: Allow accepting RA from local IP addresses. by Ben Greear · 10 years ago
  52. f2a762d ipv6: Add more debugging around accept-ra logic. by Ben Greear · 10 years ago
  53. 4135ab8 tcp: tcp_conn_request: fix build error when IPv6 is disabled by Octavian Purdila · 10 years ago
  54. 1fb6f15 tcp: add tcp_conn_request by Octavian Purdila · 10 years ago
  55. 695da14 tcp: add queue_add_hash to tcp_request_sock_ops by Octavian Purdila · 10 years ago
  56. 2aec4a2 tcp: add mss_clamp to tcp_request_sock_ops by Octavian Purdila · 10 years ago
  57. 5db92c9 tcp: unify tcp_v4_rtx_synack and tcp_v6_rtx_synack by Octavian Purdila · 10 years ago
  58. d6274bd tcp: add send_synack method to tcp_request_sock_ops by Octavian Purdila · 10 years ago
  59. 936b8bd tcp: add init_seq method to tcp_request_sock_ops by Octavian Purdila · 10 years ago
  60. 9403715 tcp: move around a few calls in tcp_v6_conn_request by Octavian Purdila · 10 years ago
  61. d94e041 tcp: add route_req method to tcp_request_sock_ops by Octavian Purdila · 10 years ago
  62. fb7b37a tcp: add init_cookie_seq method to tcp_request_sock_ops by Octavian Purdila · 10 years ago
  63. 16bea70 tcp: add init_req method to tcp_request_sock_ops by Octavian Purdila · 10 years ago
  64. 476eab8 net: remove inet6_reqsk_alloc by Octavian Purdila · 10 years ago
  65. aa27fc5 tcp: tcp_v[46]_conn_request: fix snt_synack initialization by Octavian Purdila · 10 years ago
  66. 57b4755 tcp: cookie_v4_init_sequence: skb should be const by Octavian Purdila · 10 years ago
  67. 6012052 tipc: simplify connection congestion handling by Jon Paul Maloy · 10 years ago
  68. ac0074e tipc: clean up connection protocol reception function by Jon Paul Maloy · 10 years ago
  69. ec8a2e5 tipc: same receive code path for connection protocol and data messages by Jon Paul Maloy · 10 years ago
  70. b786e2b tipc: let port protocol senders use new link send function by Jon Paul Maloy · 10 years ago
  71. 4ccfe5e tipc: connection oriented transport uses new send functions by Jon Paul Maloy · 10 years ago
  72. e2dafe8 tipc: RDM/DGRAM transport uses new fragmenting and sending functions by Jon Paul Maloy · 10 years ago
  73. 5a37907 tipc: introduce message evaluation function by Jon Paul Maloy · 10 years ago
  74. 8db1bae tipc: separate building and sending of rejected messages by Jon Paul Maloy · 10 years ago
  75. 067608e tipc: introduce direct iovec to buffer chain fragmentation function by Jon Paul Maloy · 10 years ago
  76. 16e166b tipc: make link mtu easily accessible from socket by Jon Paul Maloy · 10 years ago
  77. 4f1688b tipc: introduce send functions for chained buffers in link by Jon Paul Maloy · 10 years ago
  78. e4de5fa tipc: use negative error return values in functions by Jon Paul Maloy · 10 years ago
  79. 3d09fc4 tipc: eliminate case of writing to freed memory by Jon Paul Maloy · 10 years ago
  80. 9b8d90b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  81. f40ede3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  82. de84372 net: fix setting csum_start in skb_segment() by Tom Herbert · 10 years ago
  83. f886497 ipv4: fix dst race in sk_dst_get() by Eric Dumazet · 10 years ago
  84. 99e72a0 net: filter: Use kcalloc/kmalloc_array to allocate arrays by Tobias Klauser · 10 years ago
  85. 677a9fd trivial: net: filter: Change kerneldoc parameter order by Tobias Klauser · 10 years ago
  86. 285276e trivial: net: filter: Fix typo in comment by Tobias Klauser · 10 years ago
  87. f6d8cb2 inet: reduce TLB pressure for listeners by Eric Dumazet · 10 years ago
  88. 1f74714 net/dsa/dsa.c: remove unnecessary null test before kfree by Fabian Frederick · 10 years ago
  89. 97dc94f cfg80211: remove channel_switch combination check by Michal Kazior · 10 years ago
  90. 4c3ebc5 mac80211: use chanctx reservation for STA CSA by Michal Kazior · 10 years ago
  91. 03078de mac80211: use chanctx reservation for AP CSA by Michal Kazior · 10 years ago
  92. 71e6195 mac80211: make check_combinations() aware of chanctx reservation by Michal Kazior · 10 years ago
  93. 5bcae31 mac80211: implement multi-vif in-place reservations by Michal Kazior · 10 years ago
  94. 633e271 mac80211: split sched scan IEs by David Spinadel · 11 years ago
  95. c56ef67 mac80211: support more than one band in scan request by David Spinadel · 11 years ago
  96. 66b0686 NFSv4: test SECINFO RPC_AUTH_GSS pseudoflavors for support by Andy Adamson · 10 years ago
  97. 79631c8 trivial: net/irda/irlmp.c: Fix closing brace followed by if by Rasmus Villemoes · 10 years ago
  98. e0f31d8 flow_keys: Record IP layer protocol in skb_flow_dissect() by Govindarajulu Varadarajan · 10 years ago
  99. ee10f2c mac80211: protect TDLS discovery session by Arik Nemtsov · 10 years ago
  100. 7adc3e4 mac80211: make sure TDLS peer STA exists during setup by Arik Nemtsov · 10 years ago