1. 00403f0 i40e: don't free nonexistent rings by Mitch Williams · 11 years ago
  2. 1022cb6 i40e: do not flush after re-enabling interrupts by Jesse Brandeburg · 11 years ago
  3. bda301c Merge branch 'sit_tso' by David S. Miller · 11 years ago
  4. 2e3bd6a bnx2x: add TSO support for SIT tunnels by Eric Dumazet · 11 years ago
  5. 61c1db7 ipv6: sit: add GSO/TSO support by Eric Dumazet · 11 years ago
  6. d3e5e00 ipv6: gso: make ipv6_gso_segment() stackable by Eric Dumazet · 11 years ago
  7. 212124d atm: firestream: remove duplicate define by Michael Opdenacker · 11 years ago
  8. e8556df chelsio: remove duplicate defines by Michael Opdenacker · 11 years ago
  9. b62c47d ethernet: moxa: remove duplicate includes by Michael Opdenacker · 11 years ago
  10. 1b66917 cgxb4: remove duplicate include in cxgb4.h by Michael Opdenacker · 11 years ago
  11. 0a6d10d Merge branch 'pernet_sysctls' by David S. Miller · 11 years ago
  12. fd2d535 ipv4: Allow unprivileged users to use per net sysctls by Eric W. Biederman · 11 years ago
  13. 0a6fa23 ipv4: Use math to point per net sysctls into the appropriate struct net. by Eric W. Biederman · 11 years ago
  14. 2e685ca tcp_memcontrol: Kill struct tcp_memcontrol by Eric W. Biederman · 11 years ago
  15. a4fe34b tcp_memcontrol: Remove the per netns control. by Eric W. Biederman · 11 years ago
  16. f594d63 tcp_memcontrol: Remove setting cgroup settings via sysctl by Eric W. Biederman · 11 years ago
  17. cd91cce tcp_memcontrol: Remove tcp_max_memory by Eric W. Biederman · 11 years ago
  18. 3167fe9 Merge branch 'pci_set_drvdata' by David S. Miller · 11 years ago
  19. 390e1b8 net: packetengines: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  20. 4f12b2f net: neterion: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  21. e146aaa net: natsemi: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  22. ecb22e1 net: myri10ge: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  23. c959840 net: ksz884x: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  24. 21d35d2 net: sky2: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  25. 68e35d8 net: skge: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  26. 54fe902 net: jme: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  27. 4722cd4 net: e100: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  28. 3ee785f net: icplus: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  29. df2a644 net: fealnx: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  30. 806636f net: be2net: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  31. 5f258a1 net: dl2k: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  32. 42b9023 net: sundance: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  33. 3c5b9ca net: tulip: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  34. 5eccdfa nf_tables*.h: Remove extern from function prototypes by Joe Perches · 11 years ago
  35. c68c7f5 net: fix build warnings because of net_get_random_once merge by Hannes Frederic Sowa · 11 years ago
  36. 5bf4725 Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge by David S. Miller · 11 years ago
  37. 7dcade3 Merge branch 'net_get_random_once' by David S. Miller · 11 years ago
  38. e34c9a6 net: switch net_secret key generation to net_get_random_once by Hannes Frederic Sowa · 11 years ago
  39. 222e83d tcp: switch tcp_fastopen key generation to net_get_random_once by Hannes Frederic Sowa · 11 years ago
  40. 1bbdcee inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_once by Hannes Frederic Sowa · 11 years ago
  41. b23a002 inet: split syncookie keys for ipv4 and ipv6 and initialize with net_get_random_once by Hannes Frederic Sowa · 11 years ago
  42. a48e429 net: introduce new macro net_get_random_once by Hannes Frederic Sowa · 11 years ago
  43. a8fab07 x86/jump_label: expect default_nop if static_key gets enabled on boot-up by Hannes Frederic Sowa · 11 years ago
  44. c4b2c0c static_key: WARN on usage before jump_label_init was called by Hannes Frederic Sowa · 11 years ago
  45. b50026b ipv6: split inet6_ehashfn to hash functions per compilation unit by Hannes Frederic Sowa · 11 years ago
  46. 65cd803 ipv4: split inet_ehashfn to hash functions per compilation unit by Hannes Frederic Sowa · 11 years ago
  47. 53481da Merge branch 'ipip_gso' by David S. Miller · 11 years ago
  48. 117401e bnx2x: add TSO support for IPIP by Eric Dumazet · 11 years ago
  49. cb32f51 ipip: add GSO/TSO support by Eric Dumazet · 11 years ago
  50. 3347c96 ipv4: gso: make inet_gso_segment() stackable by Eric Dumazet · 11 years ago
  51. 2d26f0a ipv4: generalize gre_handle_offloads by Eric Dumazet · 11 years ago
  52. 030737b net: generalize skb_segment() by Eric Dumazet · 11 years ago
  53. b917eb1 ipv6: gso: remove redundant locking by Eric Dumazet · 11 years ago
  54. ea58c18 be2net: Rework PCIe error report log messaging by Ajit Khaparde · 11 years ago
  55. c1b1203 net: misc: Remove extern from function prototypes by Joe Perches · 11 years ago
  56. 7e58487 net: ipv4/ipv6: Remove extern from function prototypes by Joe Perches · 11 years ago
  57. a402a5a net: dccp: Remove extern from function prototypes by Joe Perches · 11 years ago
  58. 348662a net: 8021q/bluetooth/bridge/can/ceph: Remove extern from function prototypes by Joe Perches · 11 years ago
  59. 47d27aa ipv4: gso: send_check() & segment() cleanups by Eric Dumazet · 11 years ago
  60. a729e83 bonding: Remove __exit tag from bond_netlink_fini(). by David S. Miller · 11 years ago
  61. 97e592b Merge branch 'bonding' by David S. Miller · 11 years ago
  62. ec76aa4 bonding: add Netlink support active_slave option by Jiri Pirko · 11 years ago
  63. 90af231 bonding: add Netlink support mode option by Jiri Pirko · 11 years ago
  64. 752d48b bonding: move active_slave getting into separate function by Jiri Pirko · 11 years ago
  65. 080a06e bonding: remove bond_ioctl_change_active() by Jiri Pirko · 11 years ago
  66. d9e32b2 bonding: move active_slave setting into separate function by Jiri Pirko · 11 years ago
  67. 72be35f bonding: move mode setting into separate function by Jiri Pirko · 11 years ago
  68. 0a2a78c bonding: push Netlink bits into separate file by Jiri Pirko · 11 years ago
  69. cfd4f75 batman-adv: make the backbone gw check VLAN specific by Antonio Quartulli · 11 years ago
  70. 95fb130 batman-adv: make the TT global purge routine VLAN specific by Antonio Quartulli · 11 years ago
  71. 7ea7b4a batman-adv: make the TT CRC logic VLAN specific by Antonio Quartulli · 11 years ago
  72. a70a9aa batman-adv: lock around TT operations to avoid sending inconsistent data by Antonio Quartulli · 11 years ago
  73. e75de4f batman-adv: remove bogus comment by Antonio Quartulli · 11 years ago
  74. e300d31 batman-adv: refine API calls for unicast transmissions of SKBs by Linus Lüssing · 11 years ago
  75. b8cbd81 batman-adv: make the AP isolation attribute VLAN specific by Antonio Quartulli · 11 years ago
  76. 90f4435 batman-adv: add sysfs framework for VLAN by Antonio Quartulli · 11 years ago
  77. 5d2c05b batman-adv: add per VLAN interface attribute framework by Antonio Quartulli · 11 years ago
  78. be1db4f batman-adv: make the Distributed ARP Table vlan aware by Antonio Quartulli · 11 years ago
  79. bbb877e batman-adv: make the GW module correctly talk to the new VLAN-TT by Antonio Quartulli · 11 years ago
  80. 1605278 batman-adv: print the VID together with the TT entries by Antonio Quartulli · 11 years ago
  81. 0ffa9e8 batman-adv: use vid when computing local and global TT CRC by Antonio Quartulli · 11 years ago
  82. c018ad3 batman-adv: add the VLAN ID attribute to the TT entry by Antonio Quartulli · 11 years ago
  83. bc58eee batman-adv: update email address for Marek Lindner by Marek Lindner · 11 years ago
  84. 9f68695 batman-adv: update email address for Antonio Quartulli by Antonio Quartulli · 11 years ago
  85. c679ff8 batman-adv: update email address for Simon Wunderlich by Simon Wunderlich · 11 years ago
  86. 33faa04 batman-adv: check skb preparation return value by Antonio Quartulli · 11 years ago
  87. b1eda2a em_ipset: use dev_net() accessor by stephen hemminger · 11 years ago
  88. 675297c tcp: remove redundant code in __tcp_retransmit_skb() by Neal Cardwell · 11 years ago
  89. 3ba405d gianfar: Simplify MQ polling to avoid soft lockup by Claudiu Manoil · 11 years ago
  90. 9877b25 fib: Use const struct nl_info * in rtmsg_fib by Joe Perches · 11 years ago
  91. 7688775 ax25: cleanup a range test by Dan Carpenter · 11 years ago
  92. 77dfca7 fib_trie: remove duplicated rcu lock by baker.zhang · 11 years ago
  93. 9aaf043 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 11 years ago
  94. 5d6fa09 Merge branch 'qlcnic' by David S. Miller · 11 years ago
  95. 60b4a1f qlcnic: update version to 5.3.51 by Himanshu Madhani · 11 years ago
  96. 60d3c47 qlcnic: Skip unknown entry type while collecting firmware dump by Shahed Shaikh · 11 years ago
  97. 1de899d qlcnic: dcb code cleanup and refactoring. by Sucheta Chakraborty · 11 years ago
  98. 4c776aa qlcnic: Remove redundant eSwitch enable commands by Sony Chacko · 11 years ago
  99. 6177a95 qlcnic: Update ethtool standard pause settings. by Jitendra Kalsaria · 11 years ago
  100. 891e71b1b qlcnic: Firmware dump collection when auto recovery is disabled. by Pratik Pujar · 11 years ago