1. 5308377 [INET]: Uninline the __inet_inherit_port call. by Pavel Emelyanov · 16 years ago
  2. e56d8b8 [INET]: Drop the inet_inherit_port() call. by Pavel Emelyanov · 16 years ago
  3. 2e5a3ea Merge branch 'upstream-net26' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by David S. Miller · 16 years ago
  4. cac1f3c phylib: factor out get_phy_id from within get_phy_device by Paul Gortmaker · 16 years ago
  5. c5e38a9 phy: Clean up header style by Andy Fleming · 17 years ago
  6. 9d9326d phy: Change mii_bus id field to a string by Andy Fleming · 17 years ago
  7. d18ef29 mac80211: no BSS changes to driver from beacons processed during scanning by Reinette Chatre · 17 years ago
  8. dd9e0dd [TCP]: Increase the max_burst threshold from 3 to tp->reordering. by John Heffner · 16 years ago
  9. f3005d7 [NETNS]: Add netns refcnt debug for network devices. by Denis V. Lunev · 16 years ago
  10. 3661a91 [NETNS]: Add netns refcnt debug to fib rules. by Denis V. Lunev · 16 years ago
  11. 65a18ec [NETNS]: Add netns refcnt debug for kernel sockets. by Denis V. Lunev · 16 years ago
  12. 5d1e446 [NETNS]: Make netns refconting debug like a socket one. by Denis V. Lunev · 16 years ago
  13. a9fde26 [VLAN]: Tag vlan_group_device with net device, not ifindex. by Pavel Emelyanov · 16 years ago
  14. 669f87b [RTNL]: Introduce the rtnl_kill_links helper. by Pavel Emelyanov · 16 years ago
  15. dec827d [NETNS]: The generic per-net pointers. by Pavel Emelyanov · 16 years ago
  16. c93cf61 [NETNS]: The net-subsys IDs generator. by Pavel Emelyanov · 16 years ago
  17. 31efdf0 [ISDN] include/linux/isdn.h: remove dead code by Adrian Bunk · 16 years ago
  18. 7ef3abd [IRDA]: Remove irlan_eth_send_gratuitous_arp() by Adrian Bunk · 16 years ago
  19. 99971e7 [WANPIPE]: Forgotten bits of Sangoma drivers removal. by Adrian Bunk · 16 years ago
  20. 0c3141e [TIPC]: Overhaul of socket locking logic by Allan Stephens · 16 years ago
  21. 334f8b2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.26 by David S. Miller · 16 years ago
  22. df39e8b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  23. e7bfd0a [NETFILTER]: bridge: add ebt_nflog watcher by Peter Warasin · 16 years ago
  24. 3c9fba6 [NETFILTER]: nf_conntrack: replace NF_CT_DUMP_TUPLE macro indrection by function call by Jan Engelhardt · 16 years ago
  25. f2ea825 [NETFILTER]: nf_nat: use bool type in nf_nat_proto by Jan Engelhardt · 16 years ago
  26. 5f2b4c9 [NETFILTER]: nf_conntrack: use bool type in struct nf_conntrack_tuple.h by Jan Engelhardt · 16 years ago
  27. 09f263c [NETFILTER]: nf_conntrack: use bool type in struct nf_conntrack_l4proto by Jan Engelhardt · 16 years ago
  28. 8ce8439 [NETFILTER]: nf_conntrack: use bool type in struct nf_conntrack_l3proto by Jan Engelhardt · 16 years ago
  29. 9dbae79 [NETFILTER]: Remove unused callbacks in nf_conntrack_l3proto by Jan Engelhardt · 16 years ago
  30. 5e8fbe2 [NETFILTER]: nf_conntrack: add tuplehash l3num/protonum accessors by Patrick McHardy · 16 years ago
  31. dd13b01 [NETFILTER]: nf_nat: kill helper and seq_adjust hooks by Patrick McHardy · 16 years ago
  32. 55871d0 [NETFILTER]: nf_conntrack_extend: warn on confirmed conntracks by Patrick McHardy · 16 years ago
  33. 8c87238 [NETFILTER]: nf_nat: don't add NAT extension for confirmed conntracks by Patrick McHardy · 16 years ago
  34. 2bc7804 [NETFILTER]: nf_conntrack: add DCCP protocol support by Patrick McHardy · 17 years ago
  35. d63a650 [NETFILTER]: Add partial checksum validation helper by Patrick McHardy · 17 years ago
  36. 2d2d84c [NETFILTER]: nf_nat: remove unused name from struct nf_nat_protocol by Patrick McHardy · 17 years ago
  37. 535b57c [NETFILTER]: nf_nat: move NAT ctnetlink helpers to nf_nat_proto_common by Patrick McHardy · 16 years ago
  38. 937e0df [NETFILTER]: nf_nat: add helpers for common NAT protocol operations by Patrick McHardy · 17 years ago
  39. 3bb0362 [NETFILTER]: remove arpt_(un)register_target indirection macros by Jan Engelhardt · 16 years ago
  40. 95eea85 [NETFILTER]: remove arpt_target indirection macro by Jan Engelhardt · 16 years ago
  41. 4abff07 [NETFILTER]: remove arpt_table indirection macro by Jan Engelhardt · 16 years ago
  42. 5452e42 [NETFILTER]: annotate {arp,ip,ip6,x}tables with const by Jan Engelhardt · 16 years ago
  43. b9f61b1 [NETFILTER]: xt_sctp: simplify xt_sctp.h by Jan Engelhardt · 16 years ago
  44. 666953df [NETFILTER]: ip_tables: per-netns FILTER/MANGLE/RAW tables for real by Alexey Dobriyan · 16 years ago
  45. f557285 [SKB]: __skb_queue_tail = __skb_insert before by Gerrit Renker · 16 years ago
  46. 7de6c03 [SKB]: __skb_append = __skb_queue_after by Gerrit Renker · 16 years ago
  47. bf29927 [SKB]: __skb_queue_after(prev) = __skb_insert(prev, prev->next) by Gerrit Renker · 16 years ago
  48. f525c06 [SKB]: __skb_dequeue = skb_peek + __skb_unlink by Gerrit Renker · 16 years ago
  49. e9df2e8 [IPV6]: Use appropriate sock tclass setting for routing lookup. by YOSHIFUJI Hideaki · 16 years ago
  50. 7cd636f [IPV6]: IPv6 extension header structures need to be packed. by YOSHIFUJI Hideaki · 16 years ago
  51. cee8947 [IPV6] MROUTE: Do not call ipv6_find_idev() directly. by YOSHIFUJI Hideaki · 16 years ago
  52. 0204774 [NETNS][DCCPV6]: Move the dccp_v6_ctl_sk on the struct net. by Pavel Emelyanov · 16 years ago
  53. 7b1cffa [NETNS][DCCPV4]: Move the dccp_v4_ctl_sk on the struct net. by Pavel Emelyanov · 16 years ago
  54. 67019cc [NETNS]: Add an empty netns_dccp structure on struct net. by Pavel Emelyanov · 16 years ago
  55. 5f4472c [TCP]: Remove owner from tcp_seq_afinfo. by Denis V. Lunev · 16 years ago
  56. 68fcadd [TCP]: Place file operations directly into tcp_seq_afinfo. by Denis V. Lunev · 16 years ago
  57. 9427c4b [TCP]: Move seq_ops from tcp_iter_state to tcp_seq_afinfo. by Denis V. Lunev · 16 years ago
  58. a4146b1 [TCP]: Replace struct net on tcp_iter_state with seq_net_private. by Denis V. Lunev · 16 years ago
  59. 6fb9114 Merge branch 'net-2.6.26-misc-20080412b' of git://git.linux-ipv6.org/gitroot/yoshfuji/linux-2.6-dev by David S. Miller · 16 years ago
  60. 03e1ad7 LSM: Make the Labeled IPsec hooks more stack friendly by Paul Moore · 16 years ago
  61. 0044787 NetLabel: Allow passing the LSM domain as a shared pointer by Paul Moore · 16 years ago
  62. 14daa02 net: make struct tun_struct private to tun.c by Rusty Russell · 16 years ago
  63. ab38fb0 [SCTP]: Fix compiler warning about const qualifiers by Vlad Yasevich · 16 years ago
  64. f4ad85c [SCTP]: Fix protocol violation when receiving an error lenght INIT-ACK by Gui Jianfeng · 16 years ago
  65. 7f1eced [IPV6] MIP6: Use our standard definitions for paddings. by YOSHIFUJI Hideaki · 17 years ago
  66. f3ee401 [IPV6]: Define constants for link-local multicast addresses. by YOSHIFUJI Hideaki · 17 years ago
  67. 9acd9f3 [IPV6]: Make address arguments const. by YOSHIFUJI Hideaki · 17 years ago
  68. dfd982b [IPV6] ADDRCONF: Uninline ipv6_isatap_eui64(). by YOSHIFUJI Hideaki · 17 years ago
  69. 3eb84f4 [IPV6] ADDRCONF: Uninline ipv6_addr_hash(). by YOSHIFUJI Hideaki · 17 years ago
  70. fed85383 [IPV6]: Use XOR and OR rather than mutiple ands for ipv6 address comparisons. by YOSHIFUJI Hideaki · 17 years ago
  71. 4dfc281 [Syncookies]: Add support for TCP options via timestamps. by Florian Westphal · 17 years ago
  72. 5c06f51 [IPV6]: Remove unused declarations in include/net/ip6_route.h. by Rami Rosen · 17 years ago
  73. 4738c1d [SKFILTER]: Add SKF_ADF_NLATTR instruction by Patrick McHardy · 17 years ago
  74. 3cccd60 [IPV6] Remove three method declarations in include/net/ndisc.h. by Rami Rosen · 17 years ago
  75. 43db6d6 socket: sk_filter deinline by Stephen Hemminger · 17 years ago
  76. b715631 socket: sk_filter minor cleanups by Stephen Hemminger · 17 years ago
  77. 84363e6 mac80211: notify mac from low level driver (iwlwifi) by Mohamed Abbas · 17 years ago
  78. d625a29 ssb: Add support for block-I/O by Michael Buesch · 17 years ago
  79. fff7710 mac80211: add station aid into ieee80211_tx_control by Chr · 17 years ago
  80. 8fe2b65 ssb: Turn suspend/resume upside down by Michael Buesch · 17 years ago
  81. 21c0cbe mac80211: add association capabilty and timing info into bss_conf by Tomas Winkler · 17 years ago
  82. 38668c0 mac80211: eliminate conf_ht by Tomas Winkler · 17 years ago
  83. 8eefca4 Merge branch 'net-2.6.26-isatap-20080403' of git://git.linux-ipv6.org/gitroot/yoshfuji/linux-2.6-dev by David S. Miller · 17 years ago
  84. 882beba [TCP]: tcp_simple_retransmit can cause S+L by Ilpo Järvinen · 17 years ago
  85. 12802d0 [IPV6]: Comment MRT6_xxx sockopts in include/linux/in6.h. by YOSHIFUJI Hideaki · 17 years ago
  86. 14fb64e [IPV6] MROUTE: Support PIM-SM (SSM). by YOSHIFUJI Hideaki · 17 years ago
  87. 7bc570c [IPV6] MROUTE: Support multicast forwarding. by YOSHIFUJI Hideaki · 17 years ago
  88. 80a9492 [IPV4] MROUTE: Adjust include files for user-space. by YOSHIFUJI Hideaki · 17 years ago
  89. 2e80462 [IPV4] MROUTE: Move PIM definitions to <linux/pim.h>. by YOSHIFUJI Hideaki · 17 years ago
  90. 3bb5da3 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  91. 046ee90 [NETNS]: Create tcp control socket in the each namespace. by Denis V. Lunev · 17 years ago
  92. 5677242 [NETNS]: Inet control socket should not hold a namespace. by Denis V. Lunev · 17 years ago
  93. eee4fe4 [INET]: Let inet_ctl_sock_create return sock rather than socket. by Denis V. Lunev · 17 years ago
  94. 3d58b5f [INET]: Rename inet_csk_ctl_sock_create to inet_ctl_sock_create. by Denis V. Lunev · 17 years ago
  95. a4aa834 [NETNS]: Declare init_net even without CONFIG_NET defined. by Denis V. Lunev · 17 years ago
  96. e1ec1b8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  97. de357cc [IPV6] NDISC: Don't rely on node-type hint from L2 unless required. by YOSHIFUJI Hideaki · 17 years ago
  98. 52eeeb8 [IPV6]: Unify ip6_onlink() and ipip6_onlink(). by YOSHIFUJI Hideaki · 17 years ago
  99. 300aaee [IPV6] SIT: Add SIOCGETPRL ioctl to get/dump PRL. by YOSHIFUJI Hideaki · 17 years ago
  100. fadf6bf [IPV6] SIT: Add PRL management for ISATAP. by Templin, Fred L · 17 years ago