1. 108bfa8 net: unset IFF_XMIT_DST_RELEASE in ipgre_tunnel_setup() by Eric Dumazet · 15 years ago
  2. a489e51 atm: unset IFF_XMIT_DST_RELEASE in clip_setup() by Eric Dumazet · 15 years ago
  3. 28e7221 net: unset IFF_XMIT_DST_RELEASE in ipip_tunnel_setup() by Eric Dumazet · 15 years ago
  4. cdd0db0 net: dont update dev->trans_start by Eric Dumazet · 15 years ago
  5. 2867975 net: dont update dev->trans_start in 10GB drivers by Eric Dumazet · 15 years ago
  6. 3f1f39c Merge branch 'linux-2.6.31.y' of git://git.kernel.org/pub/scm/linux/kernel/git/inaky/wimax by David S. Miller · 15 years ago
  7. dfe9a83 llc: Kill outdated and incorrect comment. by David S. Miller · 15 years ago
  8. 528be7f irda: Use SKB queue and list helpers instead of doing it by-hand. by David S. Miller · 15 years ago
  9. 9152194 tcp: Use SKB queue and list helpers instead of doing it by-hand. by David S. Miller · 15 years ago
  10. 7481806 wimax: a new API call was added, increment minor protocol version number by Inaky Perez-Gonzalez · 15 years ago
  11. 2618ab7 wimax/i2400m: usb: fix device reset on autosuspend while not yet idle by Inaky Perez-Gonzalez · 15 years ago
  12. 7f0333e wimax: Add netlink interface to get device state by Paulius Zaleckas · 15 years ago
  13. a0a4c4c wimax/i2400m: sdio: set the block size before enabling the function by Inaky Perez-Gonzalez · 15 years ago
  14. 52a8d96 wimax: document why wimax_msg_*() operations can be used in any state by Inaky Perez-Gonzalez · 15 years ago
  15. 052991d wimax/i2400m: remove redundant readiness checks from i2400m_report_tlv_*() by Inaky Perez-Gonzalez · 15 years ago
  16. 8ac1101 wimax/i2400m: factor out 'state report's TLV handling to a function by Inaky Perez-Gonzalez · 15 years ago
  17. 223beea wimax/i2400m: allow kernel commands to device to be logged too by Inaky Perez-Gonzalez · 15 years ago
  18. 44b849d wimax/i2400m: trace commands sent from user space on the "echo" pipe by Inaky Perez-Gonzalez · 15 years ago
  19. fe44268 wimax/i2400m: generate fake source MAC address with random_ether_addr() by Inaky Perez-Gonzalez · 15 years ago
  20. de10334 econet: Use SKB queue and list helpers instead of doing it by-hand. by David S. Miller · 15 years ago
  21. bec571e decnet: Use SKB queue and list helpers instead of doing it by-hand. by David S. Miller · 15 years ago
  22. b6211ae atm: Use SKB queue and list helpers instead of doing it by-hand. by David S. Miller · 15 years ago
  23. 46c3767 rtl8187: Remove pointless check in rtl8187_rx_cb(). by David S. Miller · 15 years ago
  24. a1091aa p54: Use SKB list handling helpers instead of by-hand code. by David S. Miller · 15 years ago
  25. ae71fab wavelan: Remove bogus debugging on skb->next being non-NULL. by David S. Miller · 15 years ago
  26. 438263a aoe: Remove superfluous clearing of skb fields in new_skb(). by David S. Miller · 15 years ago
  27. 5615968 appletalk: Add proper locking around IPDDP routing table. by David S. Miller · 15 years ago
  28. 4d3383d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 15 years ago
  29. 385a154 net: correct a comment for the final #endif by Jiri Pirko · 15 years ago
  30. 2a91525 net: net/core/sock.c cleanup by Eric Dumazet · 15 years ago
  31. 553e233 net: use netdev stats in b44, sundance, via-rhine and via-velocity by Eric Dumazet · 15 years ago
  32. 1ce8e7b net: ALIGN/PTR_ALIGN cleanup in alloc_netdev_mq()/netdev_priv() by Eric Dumazet · 15 years ago
  33. 0bb3241 bridge: avoid an extra space in br_fdb_update() by Jiri Pirko · 15 years ago
  34. 824fb38 r6040: check and update media status by Florian Fainelli · 15 years ago
  35. eeff9be netfilter: nfnetlink_log: fix wrong skbuff size calculation by Pablo Neira Ayuso · 15 years ago
  36. 683a04c netfilter: xt_hashlimit does a wrong SEQ_SKIP by Jesper Dangaard Brouer · 15 years ago
  37. a2a804c tcp: Do not check flush when comparing options for GRO by Herbert Xu · 15 years ago
  38. 9aaa156 gro: Store shinfo in local variable in skb_gro_receive by Herbert Xu · 15 years ago
  39. 66e92fc gro: Nasty optimisations for page frags in skb_gro_receive by Herbert Xu · 15 years ago
  40. cb18978 gro: Open-code final pskb_may_pull by Herbert Xu · 15 years ago
  41. 1075f3f ipv4: Use 32-bit loads for ID and length in GRO by Herbert Xu · 15 years ago
  42. a5b1cf2 gro: Avoid unnecessary comparison after skb_gro_header by Herbert Xu · 15 years ago
  43. 7489594 gro: Optimise length comparison in skb_gro_header by Herbert Xu · 15 years ago
  44. 30a3ae3 tcp: Optimise len/mss comparison by Herbert Xu · 15 years ago
  45. 4a9a296 tcp: Remove unnecessary window comparisons for GRO by Herbert Xu · 15 years ago
  46. 745898e tcp: Optimise GRO port comparisons by Herbert Xu · 15 years ago
  47. 78d3fd0 gro: Only use skb_gro_header for completely non-linear packets by Herbert Xu · 15 years ago
  48. 67147ba gro: Localise offset/headlen in skb_gro_offset by Herbert Xu · 15 years ago
  49. 78a478d gro: Inline skb_gro_header and cache frag0 virtual address by Herbert Xu · 15 years ago
  50. 42da699 gro: Open-code frags copy in skb_gro_receive by Herbert Xu · 15 years ago
  51. 4c71318 Bluetooth: Remove useless flush_work() causing lockdep warnings by Dave Young · 15 years ago
  52. 0fb2787 ixgbe: Fix build warning by Peter P Waskiewicz Jr · 15 years ago
  53. 8e401ec phy: Eliminate references to BUS_ID_SIZE. by David S. Miller · 15 years ago
  54. 079e24e nl80211: Eliminate reference to BUS_ID_SIZE. by David S. Miller · 15 years ago
  55. 0a372eb sh_eth: Remove references to BUS_ID_SIZE, use MII_BUS_ID_SIZE instead. by David S. Miller · 15 years ago
  56. 21a8cfe cpmac: Remove references to BUS_ID_SIZE, use MII_BUS_ID_SIZE. by David S. Miller · 15 years ago
  57. 0e53c7f ixp4xx_eth: Remove references to BUS_ID_SIZE. by David S. Miller · 15 years ago
  58. 2b0cc7f net: Remove bogus reference to BUS_ID_SIZE in sysfs code. by David S. Miller · 15 years ago
  59. b63dc8f bfin_mac: fix build error due to net_device_ops convert by Mike Frysinger · 15 years ago
  60. f21b75e r8169: Use a different default for each family by Jean Delvare · 15 years ago
  61. 5ad1890 atlx: move modinfo data from atlx.h to atl1.c by Alex Chiang · 15 years ago
  62. 3d6593e net/ucc_geth: allow to set mac address on running device by Kevin Hao · 15 years ago
  63. 18a36c1 gianfar: fix babbling rx error event bug by Xiaotian Feng · 15 years ago
  64. e65fcfd cls_cgroup: read classid atomically in classifier by Paul Menage · 15 years ago
  65. 9c5cd67 niu: Add support for C10NEM by Tanli Chang · 15 years ago
  66. 8ca783a ixgbe: fix 82598 SFP initialization after driver load. by Don Skidmore · 15 years ago
  67. f7c86a3 ixgbe: Remove device ID 0x10d8 by Peter P Waskiewicz Jr · 15 years ago
  68. cbe7a81 igb/e1000e: update PSSR_MDIX value to reflect correct bit by Alexander Duyck · 15 years ago
  69. 3ea73af igb: Record host memory receive overflow in net_stats by Jesper Dangaard Brouer · 15 years ago
  70. 8c0ab70 igb: Implement reading of reg RQDPC (Receive Queue Drop Packet Count) by Jesper Dangaard Brouer · 15 years ago
  71. 3c514ce igb: add RQDPC (Receive Queue Drop Packet Count) register macro by Jeff Kirsher · 15 years ago
  72. b93d584 8139*: convert printk() to pr_<foo>() by Alexander Beregalov · 15 years ago
  73. 39738e1 3c5xx: convert printk() to pr_<foo>() by Alexander Beregalov · 15 years ago
  74. 646cdb3 3c50x: convert printk() to pr_<foo>() by Alexander Beregalov · 15 years ago
  75. d3f65f7 atl1: use netdev->stats by Eric Dumazet · 15 years ago
  76. 08baf56 net: txq_trans_update() helper by Eric Dumazet · 15 years ago
  77. 7682455 Merge branch 'linux-2.6.30.y' of git://git.kernel.org/pub/scm/linux/kernel/git/inaky/wimax by David S. Miller · 15 years ago
  78. f11a377 r8169: avoid losing MSI interrupts by David Dillow · 15 years ago
  79. 65ac885 net: sh_eth: Add support SH7724 by Yoshihiro Shimoda · 15 years ago
  80. 380af9e net: sh_eth: CPU dependency code collect to "struct sh_eth_cpu_data" by Yoshihiro Shimoda · 15 years ago
  81. 862df49 net: sh_eth: fix receive desciptor loop by Yoshihiro Shimoda · 15 years ago
  82. 0029d64 net: sh_eth: fix TX/RX descriptor not set physical memory by Yoshihiro Shimoda · 15 years ago
  83. e88aae7 net: sh_eth: fix cache coherency issue by Yoshihiro Shimoda · 15 years ago
  84. a1dcb66 pkt_sched: gen_estimator: Fix signed integers right-shifts. by Jarek Poplawski · 15 years ago
  85. dfa9264 net: Remove obsolete MV64360 config option by Gabriel Paubert · 15 years ago
  86. c80a5cd tcp: tcp_vegas ssthresh bugfix by Doug Leith · 15 years ago
  87. 217cbfa mac8390: fix regression caused during net_device_ops conversion by Finn Thain · 15 years ago
  88. d0fc1d5 iwmc3200wifi: fix link error when CFG80211 is not selected by Zhu Yi · 15 years ago
  89. b38b1f6 netfilter: nf_ct_dccp: add missing DCCP protocol changes in event cache by Pablo Neira Ayuso · 15 years ago
  90. bfcaa502 netfilter: nf_ct_tcp: fix accepting invalid RST segments by Jozsef Kadlecsik · 15 years ago
  91. e3804cb net: remove COMPAT_NET_DEV_OPS by Alexander Beregalov · 15 years ago
  92. c649c0e3 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  93. daebafe mISDN: Added PCI ID for new Junghanns.net Single E1 cards. by Andreas Eversberg · 15 years ago
  94. b0579d7 mISDN: Fix DTMF detection enable/disable by Andreas Eversberg · 15 years ago
  95. 8c90e11 mISDN: Use kernel_{send,recv}msg instead of open coding by Arnaldo Carvalho de Melo · 15 years ago
  96. eac74af mISDN: Cleanup debug messages by Karsten Keil · 15 years ago
  97. 7245a2f mISDN: Add PCI ID for Junghanns 8S card by Andreas Eversberg · 15 years ago
  98. ddacd14 mISDN: get_free_devid() failure ignored by Roel Kluin · 15 years ago
  99. db9bb63 mISDN: Add XHFC support for embedded Speech-Design board to hfcmulti by Karsten Keil · 15 years ago
  100. 5df3b8b mISDN: Fix skb leak in error cases by Karsten Keil · 15 years ago