1. 96442e42 tuntap: choose the txq based on rxq by Jason Wang · 12 years ago
  2. cde8b15 tuntap: add ioctl to attach or detach a file form tuntap device by Jason Wang · 12 years ago
  3. c8d68e6 tuntap: multiqueue support by Jason Wang · 12 years ago
  4. bbb0099 tuntap: introduce multiqueue flags by Jason Wang · 12 years ago
  5. 6e914fc tuntap: RCUify dereferencing between tun_struct and tun_file by Jason Wang · 12 years ago
  6. 54f968d tuntap: move socket to tun_file by Jason Wang · 12 years ago
  7. 1e58833 tuntap: log the unsigned informaiton with %u by Jason Wang · 12 years ago
  8. 810b6d7 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 12 years ago
  9. f7b4fb2 ethernet: Convert dev_printk(KERN_<LEVEL> to dev_<level>( by Joe Perches · 12 years ago
  10. 855ddb5 x86: bpf_jit_comp: add vlan tag support by Eric Dumazet · 12 years ago
  11. f333503 net: filter: add vlan tag access by Eric Dumazet · 12 years ago
  12. 0f6ae8f net/cadence: depend on HAS_IOMEM by Joachim Eastwood · 12 years ago
  13. 1511102 netxen: explicity handle pause autoneg parameter by Flavio Leitner · 12 years ago
  14. e0683e70 tcp: make tcp_clear_md5_list static by stephen hemminger · 12 years ago
  15. ecd5cf5 net: compute skb->rxhash if nic hash may be 3-tuple by Willem de Bruijn · 12 years ago
  16. 9add4d8 dlink: dl2k: use the module_pci_driver macro by Devendra Naga · 12 years ago
  17. 3eeb7da realtek: r8169: use module_pci_driver macro by Devendra Naga · 12 years ago
  18. 1570838 Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge by David S. Miller · 12 years ago
  19. 1627801 qla3xxx: remove unused variable in ql_process_mac_tx_intr() by Wei Yongjun · 12 years ago
  20. 680d866 qla3xxx: use module_pci_driver to simplify the code by Wei Yongjun · 12 years ago
  21. bbd9f9e smsc95xx: add wol support for more frame types by Steve Glendinning · 12 years ago
  22. 9ecd1c3 net/ipv4/ipconfig: add device address to a KERN_INFO message by Claudio Fontana · 12 years ago
  23. 815cccb ixgbe: add setlink, getlink support to ixgbe and ixgbevf by John Fastabend · 12 years ago
  24. 2469ffd net: set and query VEB/VEPA bridge mode via PF_BRIDGE by John Fastabend · 12 years ago
  25. e5a55a8 net: create generic bridge ops by John Fastabend · 12 years ago
  26. ac61d51 igb: Fix sparse warning in igb_ptp_rx_pktstamp by Alexander Duyck · 12 years ago
  27. 0b1a6f2 igb: Update firmware version info for ethtool output. by Carolyn Wyborny · 12 years ago
  28. 9f0b851 igb: Enable auto-crossover during forced operation on 82580 and above. by Matthew Vick · 12 years ago
  29. 91ffb8e igbvf: Check for error on dma_map_single call by Greg Rose · 12 years ago
  30. f9d08f1 ixgbevf: Do not forward LLDP type frames by Greg Rose · 12 years ago
  31. f42df16 ixgbe: reduce PTP rx path overhead by Jiri Benc · 12 years ago
  32. 39ac868 ixgbe: add/update descriptor maps in comments by Josh Hay · 12 years ago
  33. f4de00e ixgbe: Do not decrement budget in ixgbe_clean_rx_irq by Alexander Duyck · 12 years ago
  34. 3970c32 ixgbe: Return success or failure on VF MAC filter set by Greg Rose · 12 years ago
  35. ec74a47 ixgbe: clean up the condition for turning on/off the laser by Emil Tantilov · 12 years ago
  36. b3343a2 net, ixgbe: handle link local multicast addresses in SR-IOV mode by John Fastabend · 12 years ago
  37. a301340 ixgbe: Fix return value from macvlan filter function by Greg Rose · 12 years ago
  38. d7bbcd3 ixgbe: Add support for pipeline reset by Don Skidmore · 12 years ago
  39. 0aca86c batman-adv: add kernel-doc for enum batadv_dbg_level by Antonio Quartulli · 12 years ago
  40. 7f91d06 batman-adv: pass the WIFI flag from the local to global entry by Antonio Quartulli · 12 years ago
  41. 9f9ff08 batman-adv: properly convert flag into a boolean value by Antonio Quartulli · 12 years ago
  42. b8fcfa4 batman-adv: check for more space before accessing the skb by Antonio Quartulli · 12 years ago
  43. 60c39c7 batman-adv: print packets re-routing on DBG_TT and ratelimit it by Antonio Quartulli · 12 years ago
  44. fdf7932 batman-adv: properly store the roaming time by Antonio Quartulli · 12 years ago
  45. 4934ab9 batman-adv: don't allow ECTP traffic on batman-adv by Simon Wunderlich · 12 years ago
  46. fe3f4cf batman-adv: Only increase refcounter once for alternate router by Sven Eckelmann · 12 years ago
  47. bd5b80d batman-adv: Check return value of try_module_get by Sven Eckelmann · 12 years ago
  48. 8e7c15d batman-adv: Remove extra check in batadv_bit_get_packet by Sven Eckelmann · 12 years ago
  49. 36c1d15 batman-adv: Set special lockdep classes to avoid lockdep warning by Sven Eckelmann · 12 years ago
  50. c10dba0 batman-adv: return proper value in case of hash_add failure by Antonio Quartulli · 12 years ago
  51. 30da63a batman-adv: consolidate duplicated primary_if checking code by Marek Lindner · 12 years ago
  52. f03a13a batman-adv: Remove unused define BAT_ATTR_HIF_UINT by Sven Eckelmann · 12 years ago
  53. 1451151 batman-adv: split hard_iface struct for each routing protocol by Marek Lindner · 12 years ago
  54. d48ddb8 batman-adv: use check_unicast_packet() in recv_roam_adv() by Antonio Quartulli · 12 years ago
  55. a932657 net: sierra: shut up sparse restricted type warnings by Bjørn Mork · 12 years ago
  56. 7b1e0cb net: cdc_ncm: error path lock fix by Bjørn Mork · 12 years ago
  57. 1a7c6cc net: cdc_ncm: big endian fix by Bjørn Mork · 12 years ago
  58. 9e55111 rtnl/ipv4: add support of RTM_GETNETCONF by Nicolas Dichtel · 12 years ago
  59. edc9e74 rtnl/ipv4: use netconf msg to advertise forwarding status by Nicolas Dichtel · 12 years ago
  60. 76f8f6c rtnl/ipv6: add support of RTM_GETNETCONF by Nicolas Dichtel · 12 years ago
  61. f3a1bfb rtnl/ipv6: use netconf msg to advertise forwarding status by Nicolas Dichtel · 12 years ago
  62. d900082 rtnl: add a new type of msg to advertise protocol configuration by Nicolas Dichtel · 12 years ago
  63. f019948 Merge branch 'master' of git://1984.lsi.us.es/nf-next by David S. Miller · 12 years ago
  64. dc95a2c net: Update args to dummy sock_update_classid(). by David S. Miller · 12 years ago
  65. e269ed2 l2tp: session is an array not a pointer by Alan Cox · 12 years ago
  66. 0f15b15 isdn: remove dead code by Alan Cox · 12 years ago
  67. 6a328d8 cgroup: net_cls: Rework update socket logic by Daniel Wagner · 12 years ago
  68. fd9a08a cgroup: net_cls: Pass in task to sock_update_classid() by Daniel Wagner · 12 years ago
  69. 3ace03c cgroup: net_cls: Remove rcu_read_lock/unlock by Daniel Wagner · 12 years ago
  70. 920750c cgroup: net_cls: Fix local variable type decleration by Daniel Wagner · 12 years ago
  71. c658f19 cgroup: net_prio: Mark local used function static by Daniel Wagner · 12 years ago
  72. 72108fd usbnet: smsc95xx: apply introduced usb command APIs by Ming Lei · 12 years ago
  73. 2b2e41e usbnet: smsc75xx: apply introduced usb command APIs by Ming Lei · 12 years ago
  74. f7385ec usbnet: sierra_net: apply introduced usb command APIs by Ming Lei · 12 years ago
  75. 7cdd2487 usbnet: plusb: apply introduced usb command APIs by Ming Lei · 12 years ago
  76. 5ffbe4d usbnet: net1080: apply introduced usb command APIs by Ming Lei · 12 years ago
  77. 9c06a2b usbnet: mcs7830: apply introduced usb command APIs by Ming Lei · 12 years ago
  78. 3898cdf usbnet: int51x1: apply introduced usb command APIs by Ming Lei · 12 years ago
  79. 24b1042 usbnet: dm9601: apply introduced usb command APIs by Ming Lei · 12 years ago
  80. 90b8b03 usbnet: cdc-ncm: apply introduced usb command APIs by Ming Lei · 12 years ago
  81. 0bc69ef usbnet: asix: apply introduced usb command APIs by Ming Lei · 12 years ago
  82. 877bd86 usbnet: introduce usbnet 3 command helpers by Ming Lei · 12 years ago
  83. 02c38d0 MAINTAINERS: Add myself to list of SCTP maintainers by Neil Horman · 12 years ago
  84. 3c68198 sctp: Make hmac algorithm selection for cookie generation dynamic by Neil Horman · 12 years ago
  85. 342567c packet: minor: remove unused err assignment by Daniel Borkmann · 12 years ago
  86. e0c0755 r8169: enable ALDPS for power saving by hayeswang · 12 years ago
  87. e4e541a sock-diag: Report shutdown for inet and unix sockets (v2) by Pavel Emelyanov · 12 years ago
  88. 5a85d71 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 12 years ago
  89. b3ce5ae ipv6: fix sparse warnings in rt6_info_hash_nhsfn() by Nicolas Dichtel · 12 years ago
  90. be71644 be2net: Fix smatch warnings in be_main.c by Padmanabh Ratnakar · 12 years ago
  91. c80bbea netlink: cleanup the unnecessary return value check by Hans Zhang · 12 years ago
  92. 45f00f9 ipv4: tcp: clean up tcp_v4_early_demux() by Eric Dumazet · 12 years ago
  93. f3f1213 ipv6: tcp: clean up tcp_v6_early_demux() icsk variable by Neal Cardwell · 12 years ago
  94. 1b3d2d7 ixgbevf: Update version string by Greg Rose · 12 years ago
  95. 55fdd45b ixgbevf: fix softirq-safe to unsafe splat on internal mbx_lock by John Fastabend · 12 years ago
  96. 6132ee8 ixgbevf: Check for error on dma_map_single call by Greg Rose · 12 years ago
  97. f447770 ixgbevf: make netif_napi_add and netif_napi_del symmetric by John Fastabend · 12 years ago
  98. 3db7380 igb: Update version by Carolyn Wyborny · 12 years ago
  99. 59f3010 igb: Update get cable length function for i210/i211 by Carolyn Wyborny · 12 years ago
  100. f6fde11 maintainers: update with official intel support link, new maintainer by Jesse Brandeburg · 12 years ago