1. 16df845 syncookies: Make sure ECN is disabled by Florian Westphal · 16 years ago
  2. 547b792 net: convert BUG_TRAP to generic WARN_ON by Ilpo Järvinen · 16 years ago
  3. 7d7e5a6 ipsec: ipcomp - Decompress into frags if necessary by Herbert Xu · 16 years ago
  4. 6fccab6 ipsec: ipcomp - Merge IPComp implementations by Herbert Xu · 16 years ago
  5. cffe1c5 pkt_sched: Fix locking in shutdown_scheduler_queue() by David S. Miller · 16 years ago
  6. f867e6a pkt_sched: sch_sfq: dump a real number of flows by Jarek Poplawski · 16 years ago
  7. 70eed75 netfilter: make security table depend on NETFILTER_ADVANCED by Patrick McHardy · 16 years ago
  8. 4b53fb6 tcp: Clear probes_out more aggressively in tcp_ack(). by David S. Miller · 16 years ago
  9. b4942af net: Update entry in af_family_clock_key_strings by Oliver Hartkopp · 16 years ago
  10. 5b3ab1d netdev: Remove warning from __netif_schedule(). by David S. Miller · 16 years ago
  11. c010b2f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  12. 3d0f24a ipv6: icmp6_dst_gc return change by Stephen Hemminger · 16 years ago
  13. 75307c0 ipv6: use kcalloc by Stephen Hemminger · 16 years ago
  14. a76d734 ipv6: use spin_trylock_bh by Stephen Hemminger · 16 years ago
  15. c8a4522 ipv6: use round_jiffies by Stephen Hemminger · 16 years ago
  16. 417f28b netns: dont alloc ipv6 fib timer list by Stephen Hemminger · 16 years ago
  17. 888c848 ipv6: make struct ipv6_devconf static by Adrian Bunk · 16 years ago
  18. 4d6971e sctp: remove sctp_assoc_proc_exit() by Adrian Bunk · 16 years ago
  19. abd0b198 sctp: make sctp_outq_flush() static by Adrian Bunk · 16 years ago
  20. a94f779 pkt_sched: make qdisc_class_hash_alloc() static by Adrian Bunk · 16 years ago
  21. cf508b1 netdev: Handle ->addr_list_lock just like ->_xmit_lock for lockdep. by David S. Miller · 16 years ago
  22. d29f749 net: Fix build failure with 'make mandocs'. by Dave Jones · 16 years ago
  23. 16be63f bluetooth: remove improper bluetooth class symlinks. by Greg Kroah-Hartman · 16 years ago
  24. b32d131 tcp: Fix bitmask test in tcp_syn_options() by David S. Miller · 16 years ago
  25. 47112e2 udplite: Protection against coverage value wrap-around by Gerrit Renker · 16 years ago
  26. 6579e57 net: Print the module name as part of the watchdog message by Arjan van de Ven · 16 years ago
  27. 7943986 net: use kcalloc in netdev_queue alloc by Stephen Hemminger · 16 years ago
  28. 847499c ipv6: use timer pending by Stephen Hemminger · 16 years ago
  29. 5547cd0 netfilter: nf_conntrack_sctp: fix sparse warnings by Patrick McHardy · 16 years ago
  30. c71529e netfilter: nf_nat_sip: c= is optional for session by Herbert Xu · 16 years ago
  31. db1a75b netfilter: xt_TCPMSS: collapse tcpmss_reverse_mtu{4,6} into one function by Jan Engelhardt · 16 years ago
  32. 72961ec netfilter: nfnetlink_log: send complete hardware header by Eric Leblond · 16 years ago
  33. 280763c netfilter: xt_time: fix time's time_mt()'s use of do_div() by David Howells · 16 years ago
  34. 5840157 netfilter: accounting rework: ct_extend + 64bit counters (v4) by Krzysztof Piotr Oledzki · 16 years ago
  35. 0dbff68 netfilter: nf_nat_core: eliminate useless find_appropriate_src for IP_NAT_RANGE_PROTO_RANDOM by Changli Gao · 16 years ago
  36. d3678b4 Revert "pkt_sched: Make default qdisc nonshared-multiqueue safe." by David S. Miller · 16 years ago
  37. 867d79f net: In __netif_schedule() use WARN_ON instead of BUG_ON by Linus Torvalds · 16 years ago
  38. b6b2fed net: Improve simple_tx_hash(). by David S. Miller · 16 years ago
  39. c3ee841 pkt_sched: Remove unused variable skb in dev_deactivate_queue function. by Daniel Lezcano · 16 years ago
  40. 14b395e Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 16 years ago
  41. 702beb8 ipv6: Fix warning in addrconf code. by David Miller · 16 years ago
  42. d1671a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  43. 3a682fb pkt_sched: Fix build with NET_SCHED disabled. by David S. Miller · 16 years ago
  44. db6d8c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  45. a352def tty: Ldisc revamp by Alan Cox · 16 years ago
  46. fb65a7c iucv: Fix bad merging. by David S. Miller · 16 years ago
  47. 175f9c1 net_sched: Add size table for qdiscs by Jussi Kivilinna · 16 years ago
  48. 0abf77e net_sched: Add accessor function for packet length for qdiscs by Jussi Kivilinna · 16 years ago
  49. 5f86173 net_sched: Add qdisc_enqueue wrapper by Jussi Kivilinna · 16 years ago
  50. a6ffb40 ipv6 mcast: Omit redundant address family checks in ip6_mc_source(). by YOSHIFUJI Hideaki · 16 years ago
  51. 230b183 net: Use standard structures for generic socket address structures. by YOSHIFUJI Hideaki · 16 years ago
  52. 53b7997 ipv6 netns: Make several "global" sysctl variables namespace aware. by YOSHIFUJI Hideaki · 16 years ago
  53. 721499e netns: Use net_eq() to compare net-namespaces for optimization. by YOSHIFUJI Hideaki · 16 years ago
  54. 407d819 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6 by David S. Miller · 16 years ago
  55. 725a8ff ipv6: remove unused parameter from ip6_ra_control by Denis V. Lunev · 16 years ago
  56. bdccc4c tcp: fix kernel panic with listening_get_next by Daniel Lezcano · 16 years ago
  57. 4389dde tcp: Remove redundant checks when setting eff_sacks by Adam Langley · 16 years ago
  58. 33ad798 tcp: options clean up by Adam Langley · 16 years ago
  59. 49a72df tcp: Fix MD5 signatures for non-linear skbs by Adam Langley · 16 years ago
  60. 845525a sctp: Update sctp global memory limit allocations. by Vlad Yasevich · 16 years ago
  61. 336d326 sctp: remove unnecessary byteshifting, calculate directly in big-endian by Harvey Harrison · 16 years ago
  62. 4e54064 sctp: Allow only 1 listening socket with SO_REUSEADDR by Vlad Yasevich · 16 years ago
  63. 23b29ed sctp: Do not leak memory on multiple listen() calls by Vlad Yasevich · 16 years ago
  64. 7dab83d sctp: Support ipv6only AF_INET6 sockets. by Vlad Yasevich · 16 years ago
  65. 6d0ccba sctp: Prevent uninitialized memory access by Florian Westphal · 16 years ago
  66. c4e85f8 sctp: Don't abort initialization when CONFIG_PROC_FS=n by Florian Westphal · 16 years ago
  67. c1e20f7 tcp: RTT metrics scaling by Stephen Hemminger · 16 years ago
  68. 30ee42b pkt_sched: Fix noqueue_qdisc initialization. by David S. Miller · 16 years ago
  69. 3072367 pkt_sched: Manage qdisc list inside of root qdisc. by David S. Miller · 16 years ago
  70. 72b25a9 pkt_sched: Get rid of u32_list. by David S. Miller · 16 years ago
  71. 8913336a packet: add PACKET_RESERVE sockopt by Patrick McHardy · 16 years ago
  72. b6fcbdb proc: consolidate per-net single-release callers by Pavel Emelyanov · 16 years ago
  73. de05c55 proc: consolidate per-net single_open callers by Pavel Emelyanov · 16 years ago
  74. 60bdde9 proc: clean the ip_misc_proc_init and ip_proc_init_net error paths by Pavel Emelyanov · 16 years ago
  75. 8e3461d proc: show per-net ip_devconf.forwarding in /proc/net/snmp by Pavel Emelyanov · 16 years ago
  76. 229bf0c proc: create /proc/net/snmp file in each net by Pavel Emelyanov · 16 years ago
  77. 7b7a9df proc: create /proc/net/netstat file in each net by Pavel Emelyanov · 16 years ago
  78. d89cbbb ipv4: clean the init_ipv4_mibs error paths by Pavel Emelyanov · 16 years ago
  79. 923c658 mib: put icmpmsg statistics on struct net by Pavel Emelyanov · 16 years ago
  80. b60538a mib: put icmp statistics on struct net by Pavel Emelyanov · 16 years ago
  81. 386019d mib: put udplite statistics on struct net by Pavel Emelyanov · 16 years ago
  82. 2f275f9 mib: put udp statistics on struct net by Pavel Emelyanov · 16 years ago
  83. 61a7e26 mib: put net statistics on struct net by Pavel Emelyanov · 16 years ago
  84. a20f579 mib: put ip statistics on struct net by Pavel Emelyanov · 16 years ago
  85. 57ef42d mib: put tcp statistics on struct net by Pavel Emelyanov · 16 years ago
  86. 9b4661b ipv4: add pernet mib operations by Pavel Emelyanov · 16 years ago
  87. 49997d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  88. a0c80b8 pkt_sched: Make default qdisc nonshared-multiqueue safe. by David S. Miller · 16 years ago
  89. 99194cf pkt_sched: Add multiqueue handling to qdisc_graft(). by David S. Miller · 16 years ago
  90. 8387400 pkt_sched: Kill netdev_queue lock. by David S. Miller · 16 years ago
  91. c7e4f3b pkt_sched: Kill qdisc_lock_tree and qdisc_unlock_tree. by David S. Miller · 16 years ago
  92. 5304997 pkt_sched: Make qdisc grafting locking more specific. by David S. Miller · 16 years ago
  93. ead81cc netdevice: Move qdisc_list back into net_device proper. by David S. Miller · 16 years ago
  94. 15b458f pkt_sched: Kill qdisc_lock_tree usage in cls_route.c by David S. Miller · 16 years ago
  95. 55dbc640 pkt_sched: Remove qdisc_lock_tree usage in cls_api.c by David S. Miller · 16 years ago
  96. 17715e6 pkt_sched: Use per-queue locking in shutdown_scheduler_queue. by David S. Miller · 16 years ago
  97. 8a34c5d pkt_sched: Perform bulk of qdisc destruction in RCU. by David S. Miller · 16 years ago
  98. 1636112 pkt_sched: dev_init_scheduler() does not need to lock qdisc tree. by David S. Miller · 16 years ago
  99. 37437bb pkt_sched: Schedule qdiscs instead of netdev_queue. by David S. Miller · 16 years ago
  100. 7698b4f pkt_sched: Add and use qdisc_root() and qdisc_root_lock(). by David S. Miller · 16 years ago