1. ffe8553 net: move sb1250-mac's probe function to .devinit.text by Uwe Kleine-König · 15 years ago
  2. dd93667 net: move meth's probe function to .devinit.text by Uwe Kleine-König · 15 years ago
  3. 2e76bae net: move jazzsonic's probe function to .devinit.text by Uwe Kleine-König · 15 years ago
  4. a65a688 net: move sgiseeq's probe function to .devinit.text by Uwe Kleine-König · 15 years ago
  5. 27a242e veth: Zero timestamp in xmit path. by Ben Greear · 15 years ago
  6. dd52856 can: sja1000: Add support for the new 4 channel EMS CPC-PCI cards by Sebastian Haas · 15 years ago
  7. 69222e2 dm9000: switch to dev_pm_ops by Mike Rapoport · 15 years ago
  8. 5be93b9 be2net: Add GRO support to the be2net driver. LRO is not supported anymore. by Ajit Khaparde · 15 years ago
  9. 2eee40c Phonet: dropped datagrams accounting by Rémi Denis-Courmont · 15 years ago
  10. 2e2fb4b Phonet: account for dropped RX packets by Rémi Denis-Courmont · 15 years ago
  11. c1dc13e Phonet: sockets list through proc_fs by Rémi Denis-Courmont · 15 years ago
  12. e8834a6 bnx2x: Version 1.48.113-1 by Eilon Greenstein · 15 years ago
  13. 5b6402d bnx2x: Missing parenthesis might result with wrong casting by Eilon Greenstein · 15 years ago
  14. ba71d31 bnx2x: Set LED in loopback test by Eilon Greenstein · 15 years ago
  15. 4d295db bnx2x: Supporting BCM8727 PHY by Eilon Greenstein · 15 years ago
  16. 5316bc0 bnx2x: Update vlan_features by Eilon Greenstein · 15 years ago
  17. e151070 bnx2x: SMP-safe inter_sem by Eilon Greenstein · 15 years ago
  18. 37dbbf3 bnx2x: Adding some mmiowb by Eilon Greenstein · 15 years ago
  19. eb8da20 bnx2x: Fan failure early detection by Eilon Greenstein · 15 years ago
  20. fd4ef40 bnx2x: Fan failure by Eilon Greenstein · 15 years ago
  21. 279abdf bnx2x: Stop management traffic in loopback test by Eilon Greenstein · 15 years ago
  22. 3c2b8d1 mcastv6: Local variable shadows function argument by Gerrit Renker · 15 years ago
  23. cb24405 RDS: Refactor end of __conn_create for readability by Andy Grover · 15 years ago
  24. ed9e352 RDS/IW: Remove dead code by Andy Grover · 15 years ago
  25. 404bb72 RDS/IW: Remove page_shift variable from iwarp transport by Andy Grover · 15 years ago
  26. a870d62 RDS/IB: Always use PAGE_SIZE for FMR page size by Andy Grover · 15 years ago
  27. edacaea RDS: Fix completion notifications on blocking sockets by Andy Grover · 15 years ago
  28. fdf6e6b RDS/IB: Drop connection when a fatal QP event is received by Andy Grover · 15 years ago
  29. 68cb01c RDS/IB: Disable flow control in sysctl and explain why by Andy Grover · 15 years ago
  30. e11d912 RDS/IB: Move tx/rx ring init and refill to later by Andy Grover · 15 years ago
  31. 9099707 RDS: Don't set c_version in __rds_conn_create() by Andy Grover · 15 years ago
  32. 597ddd5 RDS/IB: Rename byte_len to data_len to enhance readability by Andy Grover · 15 years ago
  33. 92c330b RDS/RDMA: Fix cut-n-paste errors in printks in rdma_transport.c by Andy Grover · 15 years ago
  34. 8dacd57 RDS/IB: Fix printk to indicate remote IP, not local by Andy Grover · 15 years ago
  35. 02a6a25 RDS/IB: Handle connections using RDS 3.0 wire protocol by Andy Grover · 15 years ago
  36. 9ddbcfa RDS/IB: Improve RDS protocol version checking by Andy Grover · 15 years ago
  37. 3ba23ad RDS: Set retry_count to 2 and make modifiable via modparam by Andy Grover · 15 years ago
  38. 4edf547 net: explain netns notifiers a little better by Johannes Berg · 15 years ago
  39. 27e0955 b44: strncpy does not null terminate string by roel kluin · 15 years ago
  40. b902e57 ipv4: fib_trie: Use tnode_get_child_rcu() and node_parent_rcu() in lookups by Jarek Poplawski · 15 years ago
  41. be916cd ipv4: Fix inflate_threshold_root automatically by Jarek Poplawski · 15 years ago
  42. c305947 ipv4: Use synchronize_rcu() during trie_rebalance() by Jarek Poplawski · 15 years ago
  43. 2e477c9 vlan: Propagate physical MTU changes by Herbert Xu · 15 years ago
  44. 37cf2b8 connector: get test code working by default by Mike Frysinger · 15 years ago
  45. 41144ca connector: clean up grammar/style in documentation by Mike Frysinger · 15 years ago
  46. 0741241 connector: make callback argument type explicit by Mike Frysinger · 15 years ago
  47. e36aa25 tun: Allow tap device to send/receive UFO packets. by Sridhar Samudrala · 15 years ago
  48. 5c51675 virtio-net: Allow UFO feature to be set and advertised. by Sridhar Samudrala · 15 years ago
  49. bbf50e4 ixgbe: Bump version number by Peter P Waskiewicz Jr · 15 years ago
  50. 3845bec ixgbe: Add device support for a new copper 82598 device by Peter P Waskiewicz Jr · 15 years ago
  51. 078788b ixgbe: Make sure boolean assignments from bitwise operations done correctly by Peter P Waskiewicz Jr · 15 years ago
  52. f4ec443 ixgbe: Remove legacy descriptor support by Peter P Waskiewicz Jr · 15 years ago
  53. c482c56 udp: cleanups by Eric Dumazet · 15 years ago
  54. 652f678 fs_enet/mii-fec.c: fix MII speed calculation by Wolfgang Denk · 15 years ago
  55. da81203 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  56. 7fefe6a cdc-eem: bad crc checking by Vincent CUISSARD · 15 years ago
  57. 869f1c5 ixgbe: Remove DPRINTK messages in DCB mode by Lucy Liu · 15 years ago
  58. 86e713a ixgbe: clear mac address data block in DCB mode by Lucy Liu · 15 years ago
  59. 3d1454dd sky2: revert shutdown changes by Stephen Hemminger · 15 years ago
  60. 4dc6dc7 net: sock_copy() fixes by Eric Dumazet · 15 years ago
  61. 303d67c E100: work around the driver using streaming DMA mapping for RX descriptors. by Krzysztof Halasa · 15 years ago
  62. e36b9d1 bonding: clean muticast addresses when device changes type by Moni Shoua · 15 years ago
  63. 37b76c6 atl1c: misplaced parenthesis by roel kluin · 15 years ago
  64. c5ad4f5 atl1c: add missing parentheses by roel kluin · 15 years ago
  65. 95aa1fe Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 15 years ago
  66. 941297f netfilter: nf_conntrack: nf_conntrack_alloc() fixes by Eric Dumazet · 15 years ago
  67. aa6a03e netfilter: xt_osf: fix nf_log_packet() arguments by Patrick McHardy · 15 years ago
  68. c86ae82 gianfar: remove unused DECLARE_MAC_BUF by Johannes Berg · 15 years ago
  69. b13bb2e net/can: add module alias to can protocol drivers by Lothar Waßmann · 15 years ago
  70. f7e5cc0 net/can bugfix: use after free bug in can protocol drivers by Lothar Waßmann · 15 years ago
  71. 1dacc76 net/compat/wext: send different messages to compat tasks by Johannes Berg · 15 years ago
  72. 4f45b2c wext: optimise, comment and fix event sending by Johannes Berg · 15 years ago
  73. b333b3d22 wireless extensions: make netns aware by Johannes Berg · 15 years ago
  74. 252aa9d Revert "NET: Fix locking issues in PPP, 6pack, mkiss and strip line disciplines." by David S. Miller · 15 years ago
  75. 8660c12 skbuff.h: Fix comment for NET_IP_ALIGN by Tobias Klauser · 15 years ago
  76. 79fbe13 drivers/net: using spin_lock_irqsave() in net_send_packet() by Dongdong Deng · 15 years ago
  77. bc23283 NET: phy_device, fix lock imbalance by Jiri Slaby · 15 years ago
  78. ee686ca gre: fix ToS/DiffServ inherit bug by Andreas Jaggi · 15 years ago
  79. 97fd5bc net: Rename lookup_neigh_params function by Tobias Klauser · 15 years ago
  80. c8159b2 igb: gcc-3.4.6 fix by Eric Dumazet · 15 years ago
  81. 41796e9 atlx: duplicate testing of MCAST flag by roel kluin · 15 years ago
  82. adeab1a NET: Fix locking issues in PPP, 6pack, mkiss and strip line disciplines. by Ralf Baechle · 15 years ago
  83. 8e321c4 drivers/net/bonding: Adjust constant name by Julia Lawall · 15 years ago
  84. 440c1ce dropmon: remove duplicated #include by Huang Weiyi · 15 years ago
  85. df5ede8 net: remove redundant sched/ in net/Makefile by Changli Gao · 15 years ago
  86. ba73542 udpv6: Handle large incoming UDP/IPv6 packets and support software UFO by Sridhar Samudrala · 15 years ago
  87. 7ea2f2c udpv6: Remove unused skb argument of ipv6_select_ident() by Sridhar Samudrala · 15 years ago
  88. c31d532 udpv6: Fix gso_size setting in ip6_ufo_append_data by Sridhar Samudrala · 15 years ago
  89. 493c6be udpv6: Fix HW checksum support for outgoing UFO packets by Sridhar Samudrala · 15 years ago
  90. d7ca4cc udpv4: Handle large incoming UDP/IPv4 packets and support software UFO. by Sridhar Samudrala · 15 years ago
  91. 635ecaa netdev: restore MTU change operation by Ben Hutchings · 15 years ago
  92. 240c102 netdev: restore MAC address set and validate operations by Ben Hutchings · 15 years ago
  93. 30ffee8 net: move and export get_net_ns_by_pid by Johannes Berg · 15 years ago
  94. 134e637 genetlink: make netns aware by Johannes Berg · 15 years ago
  95. 11a28d3 net: make namespace iteration possible under RCU by Johannes Berg · 15 years ago
  96. 6c04bb1 netlink: use call_rcu for netlink_change_ngroups by Johannes Berg · 15 years ago
  97. 487420d netlink: remove unused exports by Johannes Berg · 15 years ago
  98. f2ba025 sit: fix regression: do not release skb->dst before xmit by Sascha Hlusiak · 15 years ago
  99. e51a67a net: ip_push_pending_frames() fix by Eric Dumazet · 15 years ago
  100. e912b11 net: sk_prot_alloc() should not blindly overwrite memory by Eric Dumazet · 15 years ago