1. be916cd ipv4: Fix inflate_threshold_root automatically by Jarek Poplawski · 15 years ago
  2. c305947 ipv4: Use synchronize_rcu() during trie_rebalance() by Jarek Poplawski · 15 years ago
  3. 2e477c9 vlan: Propagate physical MTU changes by Herbert Xu · 15 years ago
  4. 37cf2b8 connector: get test code working by default by Mike Frysinger · 15 years ago
  5. 41144ca connector: clean up grammar/style in documentation by Mike Frysinger · 15 years ago
  6. 0741241 connector: make callback argument type explicit by Mike Frysinger · 15 years ago
  7. e36aa25 tun: Allow tap device to send/receive UFO packets. by Sridhar Samudrala · 15 years ago
  8. 5c51675 virtio-net: Allow UFO feature to be set and advertised. by Sridhar Samudrala · 15 years ago
  9. 6733259 Update Andreas Koensgen's email address by Ralf Baechle · 15 years ago
  10. 54a8fa6 MAINTAINERS entry for STRIP driver by Ralf Baechle · 15 years ago
  11. bbf50e4 ixgbe: Bump version number by Peter P Waskiewicz Jr · 15 years ago
  12. 3845bec ixgbe: Add device support for a new copper 82598 device by Peter P Waskiewicz Jr · 15 years ago
  13. 078788b ixgbe: Make sure boolean assignments from bitwise operations done correctly by Peter P Waskiewicz Jr · 15 years ago
  14. f4ec443 ixgbe: Remove legacy descriptor support by Peter P Waskiewicz Jr · 15 years ago
  15. c482c56 udp: cleanups by Eric Dumazet · 15 years ago
  16. 652f678 fs_enet/mii-fec.c: fix MII speed calculation by Wolfgang Denk · 15 years ago
  17. da81203 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  18. 7fefe6a cdc-eem: bad crc checking by Vincent CUISSARD · 15 years ago
  19. 869f1c5 ixgbe: Remove DPRINTK messages in DCB mode by Lucy Liu · 15 years ago
  20. 86e713a ixgbe: clear mac address data block in DCB mode by Lucy Liu · 15 years ago
  21. 3d1454dd sky2: revert shutdown changes by Stephen Hemminger · 15 years ago
  22. 4dc6dc7 net: sock_copy() fixes by Eric Dumazet · 15 years ago
  23. 303d67c E100: work around the driver using streaming DMA mapping for RX descriptors. by Krzysztof Halasa · 15 years ago
  24. e36b9d1 bonding: clean muticast addresses when device changes type by Moni Shoua · 15 years ago
  25. 37b76c6 atl1c: misplaced parenthesis by roel kluin · 15 years ago
  26. c5ad4f5 atl1c: add missing parentheses by roel kluin · 15 years ago
  27. 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
  28. 941297f netfilter: nf_conntrack: nf_conntrack_alloc() fixes by Eric Dumazet · 15 years ago
  29. aa6a03e netfilter: xt_osf: fix nf_log_packet() arguments by Patrick McHardy · 15 years ago
  30. c86ae82 gianfar: remove unused DECLARE_MAC_BUF by Johannes Berg · 15 years ago
  31. b13bb2e net/can: add module alias to can protocol drivers by Lothar Waßmann · 15 years ago
  32. f7e5cc0 net/can bugfix: use after free bug in can protocol drivers by Lothar Waßmann · 15 years ago
  33. 1dacc76 net/compat/wext: send different messages to compat tasks by Johannes Berg · 15 years ago
  34. 4f45b2c wext: optimise, comment and fix event sending by Johannes Berg · 15 years ago
  35. b333b3d22 wireless extensions: make netns aware by Johannes Berg · 15 years ago
  36. 252aa9d Revert "NET: Fix locking issues in PPP, 6pack, mkiss and strip line disciplines." by David S. Miller · 15 years ago
  37. 8660c12 skbuff.h: Fix comment for NET_IP_ALIGN by Tobias Klauser · 15 years ago
  38. 79fbe13 drivers/net: using spin_lock_irqsave() in net_send_packet() by Dongdong Deng · 15 years ago
  39. bc23283 NET: phy_device, fix lock imbalance by Jiri Slaby · 15 years ago
  40. ee686ca gre: fix ToS/DiffServ inherit bug by Andreas Jaggi · 15 years ago
  41. 97fd5bc net: Rename lookup_neigh_params function by Tobias Klauser · 15 years ago
  42. c8159b2 igb: gcc-3.4.6 fix by Eric Dumazet · 15 years ago
  43. 41796e9 atlx: duplicate testing of MCAST flag by roel kluin · 15 years ago
  44. adeab1a NET: Fix locking issues in PPP, 6pack, mkiss and strip line disciplines. by Ralf Baechle · 15 years ago
  45. 8e321c4 drivers/net/bonding: Adjust constant name by Julia Lawall · 15 years ago
  46. 440c1ce dropmon: remove duplicated #include by Huang Weiyi · 15 years ago
  47. df5ede8 net: remove redundant sched/ in net/Makefile by Changli Gao · 15 years ago
  48. ba73542 udpv6: Handle large incoming UDP/IPv6 packets and support software UFO by Sridhar Samudrala · 15 years ago
  49. 7ea2f2c udpv6: Remove unused skb argument of ipv6_select_ident() by Sridhar Samudrala · 15 years ago
  50. c31d532 udpv6: Fix gso_size setting in ip6_ufo_append_data by Sridhar Samudrala · 15 years ago
  51. 493c6be udpv6: Fix HW checksum support for outgoing UFO packets by Sridhar Samudrala · 15 years ago
  52. d7ca4cc udpv4: Handle large incoming UDP/IPv4 packets and support software UFO. by Sridhar Samudrala · 15 years ago
  53. 635ecaa netdev: restore MTU change operation by Ben Hutchings · 15 years ago
  54. 240c102 netdev: restore MAC address set and validate operations by Ben Hutchings · 15 years ago
  55. 30ffee8 net: move and export get_net_ns_by_pid by Johannes Berg · 15 years ago
  56. 134e637 genetlink: make netns aware by Johannes Berg · 15 years ago
  57. 11a28d3 net: make namespace iteration possible under RCU by Johannes Berg · 15 years ago
  58. 6c04bb1 netlink: use call_rcu for netlink_change_ngroups by Johannes Berg · 15 years ago
  59. 487420d netlink: remove unused exports by Johannes Berg · 15 years ago
  60. f2ba025 sit: fix regression: do not release skb->dst before xmit by Sascha Hlusiak · 15 years ago
  61. e51a67a net: ip_push_pending_frames() fix by Eric Dumazet · 15 years ago
  62. e912b11 net: sk_prot_alloc() should not blindly overwrite memory by Eric Dumazet · 15 years ago
  63. 5bc3819 hwsim: make testmode_cmd static by Johannes Berg · 15 years ago
  64. 0b20633d cfg80211: disallow configuring unsupported interfaces by Johannes Berg · 15 years ago
  65. 79c97e9 cfg80211: clean up naming once and for all by Johannes Berg · 15 years ago
  66. 667503dd cfg80211: fix locking by Johannes Berg · 15 years ago
  67. 4f5dadc cfg80211: fix MFP bug, sparse warnings by Johannes Berg · 15 years ago
  68. 4d0c8ae cfg80211: properly name driver locking by Johannes Berg · 15 years ago
  69. c1e6fb1 cfg80211: warn again on spurious deauth by Johannes Berg · 15 years ago
  70. cb0b4be cfg80211: mlme API must be able to sleep by Johannes Berg · 15 years ago
  71. c238c8a cfg80211: dont use union for wext by Johannes Berg · 15 years ago
  72. 7848547 cfg80211: fix netdev down problem by Johannes Berg · 15 years ago
  73. c9cf012 mac80211: refactor the WEP code to be directly usable by Johannes Berg · 15 years ago
  74. 77fdaa1 mac80211: rework MLME for multiple authentications by Johannes Berg · 15 years ago
  75. a7c1cfc mac80211: remove dead code from mlme by Johannes Berg · 15 years ago
  76. 3e5d764 cfg80211: let SME control reassociation vs. association by Johannes Berg · 15 years ago
  77. 2ffa5fe p54: fix queue stall due to underrun by Christian Lamparter · 15 years ago
  78. 6d541a6 p54usb: fix stalls caused by urb allocation failures by Christian Lamparter · 15 years ago
  79. 1be491f rfkill: prep for rfkill API changes by Johannes Berg · 15 years ago
  80. 3355443 ath5k: write PCU registers on initial reset by Bob Copeland · 15 years ago
  81. 0d0cd72 ath5k: do not release irq across suspend/resume by Bob Copeland · 15 years ago
  82. 88f6bfe ath: remove unnecessary return in ath_regd_get_band_ctl by Bob Copeland · 15 years ago
  83. 2180049 ath5k: rework beacon configuration by Bob Copeland · 15 years ago
  84. cec8db2 ath5k: send buffered frames after the beacon by Bob Copeland · 15 years ago
  85. 0859339 p54spi: remove dead code and definitions by Christian Lamparter · 15 years ago
  86. a7eee06 p54: two endian fixes by Christian Lamparter · 15 years ago
  87. 6c230c0 cfg80211: check for current_bss from giwrate by Samuel Ortiz · 15 years ago
  88. e47a5cd rt2x00: use wiphy rfkill interface by Ivo van Doorn · 15 years ago
  89. b623a9f iwlwifi: fix aggregation limit by Johannes Berg · 15 years ago
  90. 96f7e73 mac80211: shorten the passive dwell time for sw scans by Helmut Schaa · 15 years ago
  91. 9d49e86 ath9k: remove permissions from debugfs files by Jiri Slaby · 15 years ago
  92. 3167007 ath5k: remove permissions from debugfs files by Jiri Slaby · 15 years ago
  93. 6badaaf drivers/net/wireless/ath/ath9k: Remove unnecessary semicolons by Joe Perches · 15 years ago
  94. 7ac4872 iwlwifi: always print buffer when error condition occurs by Reinette Chatre · 15 years ago
  95. 68021b9 iwlwifi: add utility to print buffer when error occurs by Reinette Chatre · 15 years ago
  96. f55e668 iwlagn: re-enable PS support for iwlagn by Reinette Chatre · 15 years ago
  97. 19a4280 iwmc3200wifi: remove B0 hardware support by Zhu Yi · 15 years ago
  98. fd2c7fe iwmc3200wifi: simplify calibration map by Zhu Yi · 15 years ago
  99. dd13fd6 iwmc3200wifi: replace netif_rx with netif_rx_ni by Zhu Yi · 15 years ago
  100. 8ab0ea7 drivers/net/wireless: Use PCI_VDEVICE by Joe Perches · 15 years ago