1. 47e91f56 bonding: use RCU protection for 3ad xmit path by dingtianhong · 11 years ago
  2. da33edc Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftables by David S. Miller · 11 years ago
  3. 78dea8c irda: update comment mentioning IRQF_DISABLED by Michael Opdenacker · 11 years ago
  4. 33235ca isdn: remove deprecated IRQF_DISABLED by Michael Opdenacker · 11 years ago
  5. 3a14aed Merge branch 'mlx4' by David S. Miller · 11 years ago
  6. b046ffe net/mlx4_core: Load higher level modules according to ports type by Eyal Perry · 11 years ago
  7. 39e210f net/mlx4: Unused local variable in mlx4_opreq_action by Amir Vadai · 11 years ago
  8. 5930e8d net/mlx4: Fix typo, move similar defs to same location by Or Gerlitz · 11 years ago
  9. fe66bb2 net/mlx4: Clean the code to eliminate trivial build warnings by Or Gerlitz · 11 years ago
  10. c1d607c inet_diag: use sock_gen_put() by Eric Dumazet · 11 years ago
  11. d7a20c8 Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge by David S. Miller · 11 years ago
  12. ed683f1 netfilter: nf_tables: add ARP filtering support by Pablo Neira Ayuso · 11 years ago
  13. b5bc89b netfilter: nf_tables: add trace support by Pablo Neira Ayuso · 11 years ago
  14. 0628b12 netfilter: nfnetlink: add batch support and use it from nf_tables by Pablo Neira Ayuso · 11 years ago
  15. 5e94846 netfilter: nf_tables: add insert operation by Eric Leblond · 11 years ago
  16. 99633ab netfilter: nf_tables: complete net namespace support by Pablo Neira Ayuso · 11 years ago
  17. eb31628 netfilter: nf_tables: Add support for IPv6 NAT by Tomasz Bursztyka · 11 years ago
  18. 9ddf632 netfilter: nf_tables: add support for dormant tables by Pablo Neira Ayuso · 11 years ago
  19. c54032e netfilter: nf_tables: nft_payload: fix transport header base by Pablo Neira Ayuso · 11 years ago
  20. 0ca743a netfilter: nf_tables: add compatibility layer for x_tables by Pablo Neira Ayuso · 11 years ago
  21. 9370761 netfilter: nf_tables: convert built-in tables/chains to chain types by Pablo Neira Ayuso · 11 years ago
  22. c29b72e netfilter: nft_payload: add optimized payload implementation for small loads by Patrick McHardy · 11 years ago
  23. cb7dbfd netfilter: nf_tables: add optimized data comparison for small values by Patrick McHardy · 11 years ago
  24. ef1f7df netfilter: nf_tables: expression ops overloading by Patrick McHardy · 11 years ago
  25. 20a6934 netfilter: nf_tables: add netlink set API by Patrick McHardy · 11 years ago
  26. 9651851 netfilter: add nftables by Patrick McHardy · 11 years ago
  27. f59cb04 netfilter: nf_nat: move alloc_null_binding to nf_nat_core.c by Pablo Neira Ayuso · 11 years ago
  28. 795aa6e netfilter: pass hook ops to hookfn by Patrick McHardy · 11 years ago
  29. a4deee1a batman-adv: Add dummy soft-interface rx mode handler by Linus Lüssing · 11 years ago
  30. e8cf234 batman-adv: make batadv_tt_save_orig_buffer() generic by Antonio Quartulli · 11 years ago
  31. 298e6e6 batman-adv: implement batadv_tt_entries by Antonio Quartulli · 11 years ago
  32. 56a5ca8 batman-adv: remove useless find_router look up by Simon Wunderlich · 11 years ago
  33. 411d6ed batman-adv: consider network coding overhead when calculating required mtu by Marek Lindner · 11 years ago
  34. 0bf84c1 batman-adv: create common header for ICMP packets by Antonio Quartulli · 11 years ago
  35. 293e933 batman-adv: use htons when possible by Antonio Quartulli · 11 years ago
  36. ee75ed8 batman-adv: Fragment and send skbs larger than mtu by Martin Hundebøll · 11 years ago
  37. 610bfc6bc batman-adv: Receive fragmented packets and merge by Martin Hundebøll · 11 years ago
  38. f097e25 batman-adv: Remove old fragmentation code by Martin Hundebøll · 11 years ago
  39. 2c59866 batman-adv: use VLAN_ETH_HLEN instead of sizeof(struct vlan_eth_hdr) by Antonio Quartulli · 11 years ago
  40. f7f8ed5 batman-adv: h_vlan_encapsulated_proto access refactoring by Antonio Quartulli · 11 years ago
  41. 2102605 batman-adv: don't use call_rcu if not needed by Antonio Quartulli · 11 years ago
  42. d7ee88d batman-adv: remove batadv_tt_global_add_orig declaration by Antonio Quartulli · 11 years ago
  43. 1e5d49f batman-adv: make tt_global_add static and return bool by Antonio Quartulli · 11 years ago
  44. 97dbc03 batman-adv: only add recordroute information to icmp request/reply by Simon Wunderlich · 11 years ago
  45. ccdbb6e tcp: tcp_transmit_skb() optimizations by Eric Dumazet · 11 years ago
  46. 29b67c3 Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge by David S. Miller · 11 years ago
  47. 5830845 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 11 years ago
  48. b44084c inet: rename ir_loc_port to ir_num by Eric Dumazet · 11 years ago
  49. d04795d i40e: Bump version by Catherine Sullivan · 11 years ago
  50. 980e9b1 i40e: Add support for 64 bit netstats by Alexander Duyck · 11 years ago
  51. 9f65e15b i40e: Move rings from pointer to array to array of pointers by Alexander Duyck · 11 years ago
  52. cd0b6fa i40e: Replace ring container array with linked list by Alexander Duyck · 11 years ago
  53. 493fb30 i40e: Move q_vectors from pointer to array to array of pointers by Alexander Duyck · 11 years ago
  54. a114d0a i40e: Split bytes and packets from Rx/Tx stats by Alexander Duyck · 11 years ago
  55. 7070ce0 i40e: Add support for Tx byte queue limits by Alexander Duyck · 11 years ago
  56. b194130 i40e: Drop dead code and flags from Tx hotpath by Alexander Duyck · 11 years ago
  57. a5e9c57 i40e: clean up Tx fast path by Alexander Duyck · 11 years ago
  58. fc4ac67 i40e: Do not directly increment Tx next_to_use by Alexander Duyck · 11 years ago
  59. 35a1e2a i40e: Cleanup Tx buffer info layout by Alexander Duyck · 11 years ago
  60. ba53742 tcp: use ACCESS_ONCE() in tcp_update_pacing_rate() by Eric Dumazet · 11 years ago
  61. 634fb979 inet: includes a sock_common in request_sock by Eric Dumazet · 11 years ago
  62. 8a29111 net: gro: allow to build full sized skb by Eric Dumazet · 11 years ago
  63. 4c60f1d fib_trie: only calc for the un-first node by baker.zhang · 11 years ago
  64. 5c70ef8 veth: allow to setup multicast address for veth device by Gao feng · 11 years ago
  65. c304fda i40e: Drop unused completed stat by Alexander Duyck · 11 years ago
  66. 6d779b4 i40e: Link code updates by Anjali Singhai · 11 years ago
  67. b68656b be2net: change the driver version number to 4.9.224.0 by Ajit Khaparde · 11 years ago
  68. 461ae37 be2net: Display RoCE specific counters in ethtool -S by Ajit Khaparde · 11 years ago
  69. 6100086 be2net: Call version 2 of GET_STATS ioctl for Skyhawk-R by Ajit Khaparde · 11 years ago
  70. 18c68d5 batman-adv: reorder batadv_iv_flags by Simon Wunderlich · 11 years ago
  71. 9284a47 batman-adv: remove packed from batadv_ogm_packet by Simon Wunderlich · 11 years ago
  72. a1f1ac5 batman-adv: reorder packet types by Simon Wunderlich · 11 years ago
  73. 80067c8 batman-adv: add build check macros for packet member offset by Simon Wunderlich · 11 years ago
  74. 9f4980e batman-adv: remove vis functionality by Simon Wunderlich · 11 years ago
  75. 0035f97 batman-adv: move BATADV_TT_CLIENT_TEMP to higher bit by Antonio Quartulli · 11 years ago
  76. ced7293 batman-adv: use CRC32C instead of CRC16 in TT code by Antonio Quartulli · 11 years ago
  77. 122edaa batman-adv: tvlv - convert roaming adv packet to use tvlv unicast packets by Marek Lindner · 11 years ago
  78. 335fbe0 batman-adv: tvlv - convert tt query packet to use tvlv unicast packets by Marek Lindner · 11 years ago
  79. e1bf0c1 batman-adv: tvlv - convert tt data sent within OGMs by Marek Lindner · 11 years ago
  80. 3f4841f batman-adv: tvlv - add network coding container by Marek Lindner · 11 years ago
  81. 17cf0ea batman-adv: tvlv - add distributed arp table container by Marek Lindner · 11 years ago
  82. 414254e batman-adv: tvlv - gateway download/upload bandwidth container by Marek Lindner · 11 years ago
  83. ef26157 batman-adv: tvlv - basic infrastructure by Marek Lindner · 11 years ago
  84. 60cf798 batman-adv: switch to a new packet compatibility version by Antonio Quartulli · 11 years ago
  85. 207df49 MAINTAINERS: batman-adv - update emails by Antonio Quartulli · 11 years ago
  86. 3d7d562 bnx2x: Add ndo_get_phys_port_id support by Yuval Mintz · 11 years ago
  87. c2bb06d net: fix build errors if ipv6 is disabled by Eric Dumazet · 11 years ago
  88. f69b923 udp: fix a typo in __udp4_lib_mcast_demux_lookup by Eric Dumazet · 11 years ago
  89. efe4208 ipv6: make lookups simpler and faster by Eric Dumazet · 11 years ago
  90. 05dbc7b tcp/dccp: remove twchain by Eric Dumazet · 11 years ago
  91. 53af53a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  92. 9684d7b Merge branch 'sfc-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc by David S. Miller · 11 years ago
  93. 7eec417 pkt_sched: fq: fix non TCP flows pacing by Eric Dumazet · 11 years ago
  94. b343ca8 Revert "veth: Showing peer of veth type dev in ip link (kernel side)" by David S. Miller · 11 years ago
  95. 2b1f18a qlcnic: add missing destroy_workqueue() on error path in qlcnic_probe() by Wei Yongjun · 11 years ago
  96. bdfd630 moxa: fix the error handling in moxart_mac_probe() by Wei Yongjun · 11 years ago
  97. c33a39c net: vlan: fix nlmsg size calculation in vlan_get_size() by Marc Kleine-Budde · 11 years ago
  98. ede869c pkt_sched: fq: fix typo for initial_quantum by Eric Dumazet · 11 years ago
  99. 0e719e3 ipv6: Fix the upper MTU limit in GRE tunnel by Oussama Ghorbel · 11 years ago
  100. ff0bfad cgroup: cls: remove unnecessary task_cls_classid by Gao feng · 11 years ago