1. 529d6da caif-driver: Add CAIF-SPI Protocol driver. by Sjur Braendeland · 14 years ago
  2. 210d6de act_mirred: don't clone skb when skb isn't shared by Changli Gao · 14 years ago
  3. bc66154 macvlan: 64 bit rx counters by Eric Dumazet · 14 years ago
  4. 33d91f0 net: u64_stats_fetch_begin_bh() and u64_stats_fetch_retry_bh() by Eric Dumazet · 14 years ago
  5. b6b3ecc net: u64_stats_sync improvements by Eric Dumazet · 14 years ago
  6. 172d69e syncookies: add support for ECN by Florian Westphal · 14 years ago
  7. 1823e4c8 snmp: add align parameter to snmp_mib_init() by Eric Dumazet · 14 years ago
  8. 01f2f3f net: optimize Berkeley Packet Filter (BPF) processing by Hagen Paul Pfeifer · 14 years ago
  9. 7a938f8 broadcom: Add 5241 support by Dmitry Baryshkov · 14 years ago
  10. fcb26ec broadcom: move all PHY_ID's to header by Dmitry Baryshkov · 14 years ago
  11. 8244132 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  12. 7b2ff18 net - IP_NODEFRAG option for IPv4 socket by Jiri Olsa · 14 years ago
  13. 16b8a47 net: Introduce u64_stats_sync infrastructure by Eric Dumazet · 14 years ago
  14. 1dc8d8c net: Fix a typo in netlink.h by Justin P. Mattock · 14 years ago
  15. 8f1c14b snmp: fix SNMP_ADD_STATS() by Eric Dumazet · 14 years ago
  16. 69ad782 caif: Add debug connection type for CAIF. by Sjur Braendeland · 14 years ago
  17. 2aa40ae caif: Use link layer MTU instead of fixed MTU by Sjur Braendeland · 14 years ago
  18. a7da1f5 caif: Bugfix - RFM must support segmentation. by Sjur Braendeland · 14 years ago
  19. b1c7424 caif: Bugfix not all services uses flow-ctrl. by Sjur Braendeland · 14 years ago
  20. bb9c03d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 14 years ago
  21. d29c0c5 udp: Add UFO to NETIF_F_SOFTWARE_GSO by Herbert Xu · 14 years ago
  22. 7361c36 af_unix: Allow credentials to work across user and pid namespaces. by Eric W. Biederman · 14 years ago
  23. 257b535 scm: Capture the full credentials of the scm sender. by Eric W. Biederman · 14 years ago
  24. 109f6e3 af_unix: Allow SO_PEERCRED to work across namespaces. by Eric W. Biederman · 14 years ago
  25. 3f551f9 sock: Introduce cred_to_ucred by Eric W. Biederman · 14 years ago
  26. 5c1469d user_ns: Introduce user_nsmap_uid and user_ns_map_gid. by Eric W. Biederman · 14 years ago
  27. 812e876 scm: Reorder scm_cookie. by Eric W. Biederman · 14 years ago
  28. 8c76368 syncookies: check decoded options against sysctl settings by Florian Westphal · 14 years ago
  29. 317fe0e inetpeer: restore small inet_peer structures by Eric Dumazet · 14 years ago
  30. d5f31fb netpoll: Use correct primitives for RCU dereferencing by Herbert Xu · 14 years ago
  31. 5933dd2 net: NET_SKB_PAD should depend on L1_CACHE_BYTES by Eric Dumazet · 14 years ago
  32. 82695d9 net: Fix error in comment on net_device_ops::ndo_get_stats by Ben Hutchings · 14 years ago
  33. aa1039e inetpeer: RCU conversion by Eric Dumazet · 14 years ago
  34. 16fb62b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 14 years ago
  35. ff61638 mac80211: Fix ps-qos network latency handling by Juuso Oikarinen · 14 years ago
  36. a3433f3 tcp: unify tcp flag macros by Changli Gao · 14 years ago
  37. f350a0a8 bridge: use rx_handler_data pointer to store net_bridge_port pointer by Jiri Pirko · 14 years ago
  38. a35e2c1 macvlan: use rx_handler_data pointer to store macvlan_port pointer V2 by Jiri Pirko · 14 years ago
  39. 93e2c32 net: add rx_handler data pointer by Jiri Pirko · 14 years ago
  40. c18370f netpoll: Add netpoll_tx_running by Herbert Xu · 14 years ago
  41. 8fdd95e netpoll: Allow netpoll_setup/cleanup recursion by Herbert Xu · 14 years ago
  42. 4247e16 netpoll: Add ndo_netpoll_setup by Herbert Xu · 14 years ago
  43. de85d99 netpoll: Fix RCU usage by Herbert Xu · 14 years ago
  44. f9181f4 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 14 years ago
  45. 0902b46 netfilter: xtables: idletimer target implementation by Luciano Coelho · 14 years ago
  46. 1be3b5f ethtool: Revert incorrect indentation changes by Ben Hutchings · 14 years ago
  47. 6854296 mac80211: Fix circular locking dependency in ARP filter handling by Juuso Oikarinen · 14 years ago
  48. fbd2c8d mac80211: Set basic rates while joining ibss network by Teemu Paasikivi · 14 years ago
  49. 85ad181 mac80211: allow drivers to sleep in ampdu_action by Johannes Berg · 14 years ago
  50. 5d22c89 mac80211: remove non-irqsafe aggregation callbacks by Johannes Berg · 14 years ago
  51. f5c5440 netfilter: nfnetlink_log: RCU conversion, part 2 by Eric Dumazet · 14 years ago
  52. be1f3c2 net: Enable 64-bit net device statistics on 32-bit architectures by Ben Hutchings · 14 years ago
  53. c7de2cf pkt_sched: gen_kill_estimator() rcu fixes by Eric Dumazet · 14 years ago
  54. 62522d3 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  55. 14599f1 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 14 years ago
  56. d8d1f30 net-next: remove useless union keyword by Changli Gao · 14 years ago
  57. 592fcb9 ip: ip_ra_control() rcu fix by Eric Dumazet · 14 years ago
  58. 597a264 net: deliver skbs on inactive slaves to exact matches by John Fastabend · 14 years ago
  59. 88e7594 phonet: use call_rcu for phonet device free by Jiri Pirko · 14 years ago
  60. b3c5163 netfilter: nf_conntrack: per_cpu untracking by Eric Dumazet · 14 years ago
  61. 5bfddbd netfilter: nf_conntrack: IPS_UNTRACKED bit by Eric Dumazet · 14 years ago
  62. abe37c4 wireless: fix kernel-doc by Johannes Berg · 14 years ago
  63. 339bb99 netfilter: xt_rateest: Better struct xt_rateest layout by Eric Dumazet · 14 years ago
  64. bb69ae0 anycast: Some RCU conversions by Eric Dumazet · 14 years ago
  65. 6601850 ip: Router Alert RCU conversion by Eric Dumazet · 14 years ago
  66. a8b690f tcp: Fix slowness in read /proc/net/tcp by Tom Herbert · 14 years ago
  67. eedc765 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  68. bb1d912 bonding: allow user-controlled output slave selection by Andy Gospodarek · 14 years ago
  69. b78462e skbuff: add check for non-linear to warn_if_lro and needs_linearize by Alexander Duyck · 14 years ago
  70. 8764ab2 net: check for refcount if pop a stacked dst_entry by Steffen Klassert · 14 years ago
  71. 467429b ssb: remove the ssb DMA API by FUJITA Tomonori · 14 years ago
  72. 14f9295 ssb: add dma_dev to ssb_device structure by FUJITA Tomonori · 14 years ago
  73. 38a6cc7 mac80211: Remove deprecated sta_notify commands by Sujith · 14 years ago
  74. 6a8579d mac80211: clean up ieee80211_stop_tx_ba_session by Johannes Berg · 14 years ago
  75. 2b2c009 mac80211: Add support for hardware ARP query filtering by Juuso Oikarinen · 14 years ago
  76. 095dfdb mac80211: remove tx status ampdu_ack_map by Johannes Berg · 14 years ago
  77. bc10502 net: use __packed annotation by Eric Dumazet · 14 years ago
  78. b5f7e75 ipv4: add LINUX_MIB_IPRPFILTER snmp counter by Eric Dumazet · 14 years ago
  79. 252aa63 cfg80211: make action channel type optional by Johannes Berg · 14 years ago
  80. 77c2061 wireless: fix several minor description typos by Walter Goldens · 14 years ago
  81. ab95bfe net: replace hooks in __netif_receive_skb V5 by Jiri Pirko · 14 years ago
  82. 20c59de ipv6: Refactor update of IPv6 flowi destination address for srcrt (RH) option by Arnaud Ebalard · 14 years ago
  83. 614f60f packet_mmap: expose hw packet timestamps to network packet capture utilities by Scott McMillan · 14 years ago
  84. c2d9ba9 net: CONFIG_NET_NS reduction by Eric Dumazet · 14 years ago
  85. 79640a4 net: add additional lock to qdisc to increase throughput by Eric Dumazet · 14 years ago
  86. 3711210 net: QDISC_STATE_RUNNING dont need atomic bit ops by Eric Dumazet · 14 years ago
  87. bc135b2 net: Define accessors to manipulate QDISC_STATE_RUNNING by Eric Dumazet · 14 years ago
  88. 5953a30 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 14 years ago
  89. b1faf56 net: sock_queue_err_skb() dont mess with sk_forward_alloc by Eric Dumazet · 14 years ago
  90. 7489aec netfilter: xtables: stackptr should be percpu by Eric Dumazet · 14 years ago
  91. 6496084 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 14 years ago
  92. 38117d1 net: Fix NETDEV_NOTIFY_PEERS to not conflict with NETDEV_BONDING_DESLAVE. by David S. Miller · 14 years ago
  93. 06c4648 arp_notify: allow drivers to explicitly request a notification event. by Ian Campbell · 14 years ago
  94. 92b4522 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  95. 3b03117 Merge branch 'slub/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 14 years ago
  96. 003386f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 14 years ago
  97. 17d30ac Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 14 years ago
  98. e38c1e5 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 14 years ago
  99. d28619f Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 14 years ago
  100. 97ef6f7 rapidio: fix new kernel-doc warnings by Randy Dunlap · 14 years ago