1. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  2. 2396a22 [NET] net/core: Fix error handling by Josef 'Jeff' Sipek · 17 years ago
  3. 7562f87 [NET]: Rework dev_base via list_head (v3) by Pavel Emelianov · 17 years ago
  4. 4e9cac2 [NET]: Add __dev_getfirstbyhwtype by Patrick McHardy · 17 years ago
  5. 5a1b589 [NET]: Remove NETIF_F_INTERNAL_STATS, default to internal stats. by Rusty Russell · 17 years ago
  6. 1a028e5 [NET]: Revert sk_buff walker cleanups. by David S. Miller · 17 years ago
  7. bf62456 uevent: use add_uevent_var() instead of open coding it by Eric Rannaud · 17 years ago
  8. ca2f37d Driver core: notify userspace of network device renames by Jean Tourrilhes · 17 years ago
  9. 295f4a1 [WEXT]: Clean up how wext is called. by Johannes Berg · 17 years ago
  10. 11433ee [WEXT]: Move to net/wireless by Johannes Berg · 17 years ago
  11. 17926a7 [AF_RXRPC]: Provide secure RxRPC sockets for use by userspace and kernel both by David Howells · 17 years ago
  12. 42bad1d [NETLINK]: Possible cleanups. by Adrian Bunk · 17 years ago
  13. eefa390 [NET]: Clean up sk_buff walkers. by Jean Delvare · 17 years ago
  14. f9d106a [NET]: Warn about GSO/checksum abuse by Herbert Xu · 17 years ago
  15. 9e101ea [WIRELESS]: Remove wext over netlink. by Johannes Berg · 17 years ago
  16. 372cc74 [NET]: Prevent much sadness in qdisc_lock_tree(). by Andrew Morton · 17 years ago
  17. 38b4da3 [NET]: Fix comments for register_netdev(). by Borislav Petkov · 17 years ago
  18. 9958089 [NET]: Move sk_setup_caps() out of line. by Andi Kleen · 17 years ago
  19. 3ff50b7 [NET]: cleanup extra semicolons by Stephen Hemminger · 17 years ago
  20. 9be9a6b [NET]: Get rid of netdev_nit by Stephen Hemminger · 17 years ago
  21. 0c6fcc8 [NET] skbuff: skb_store_bits const is backwards by Stephen Hemminger · 17 years ago
  22. fd44de7 [NET_SCHED]: ingress: switch back to using ingress_lock by Patrick McHardy · 17 years ago
  23. 6313c1e [RTNETLINK]: Remove unnecessary locking in dump callbacks by Patrick McHardy · 17 years ago
  24. 1c2d670 [RTNETLINK]: Hold rtnl_mutex during netlink dump callbacks by Patrick McHardy · 17 years ago
  25. af65bdf [NETLINK]: Switch cb_lock spinlock to mutex and allow to override it by Patrick McHardy · 17 years ago
  26. efd1e8d [SK_BUFF]: Fix missing offset adjustment in skb_copy_expand by Patrick McHardy · 17 years ago
  27. 6229e36 bridge: eliminate call by reference by Stephen Hemminger · 17 years ago
  28. 6047637 [NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARY by Herbert Xu · 17 years ago
  29. 663ead3 [NET]: Use csum_start offset instead of skb_transport_header by Herbert Xu · 17 years ago
  30. 56eb888 [SK_BUFF]: Fix missing offset adjustment in pskb_expand_head by Patrick McHardy · 17 years ago
  31. 038890f [RTNL]: Improve error codes for unsupported operations by Thomas Graf · 17 years ago
  32. 716ea3a [NET]: Move generic skbuff stuff from XFRM code to generic code by David Howells · 17 years ago
  33. 27d7ff4 [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} by Arnaldo Carvalho de Melo · 17 years ago
  34. c45d286 [NET]: Inline net_device_stats by Rusty Russell · 17 years ago
  35. d626f62 [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} by Arnaldo Carvalho de Melo · 17 years ago
  36. 73417f6 [NET] fib_rules: Flush route cache after rule modifications by Thomas Graf · 17 years ago
  37. fa0b2d1 [NET] fib_rules: Add no-operation action by Thomas Graf · 17 years ago
  38. 2b44368 [NET] fib_rules: Mark rules detached from the device by Thomas Graf · 17 years ago
  39. 0947c9fe [NET] fib_rules: goto rule action by Thomas Graf · 17 years ago
  40. 5f79e0f [NETFILTER]: nf_conntrack: don't use nfct in skb if conntrack is disabled by Yasuyuki Kozakai · 17 years ago
  41. c702e80 [NETLINK]: Directly return -EINTR from netlink_dump_start() by Thomas Graf · 17 years ago
  42. 1d00a4e [NETLINK]: Remove error pointer from netlink message handler by Thomas Graf · 17 years ago
  43. 45e7ae7 [NETLINK]: Ignore control messages directly in netlink_run_queue() by Thomas Graf · 17 years ago
  44. d35b685 [NETLINK]: Ignore !NLM_F_REQUEST messages directly in netlink_run_queue() by Thomas Graf · 17 years ago
  45. 51057f2 [RTNL]: Properly return rntl message handler by Thomas Graf · 17 years ago
  46. c454673 [NET] rules: Unified rules dumping by Thomas Graf · 17 years ago
  47. 687ad8c [RTNL]: Use rtnl registration interface for dump-all aliases by Thomas Graf · 17 years ago
  48. 9d9e6a5 [NET] rules: Use rtnl registration interface by Thomas Graf · 17 years ago
  49. c8822a4 [NEIGH]: Use rtnl registration interface by Thomas Graf · 17 years ago
  50. 340d17f [NET] link: Use rtnl registration interface by Thomas Graf · 17 years ago
  51. e284986 [RTNL]: Message handler registration interface by Thomas Graf · 17 years ago
  52. dc5fc57 [NETLINK]: Use nlmsg_trim() where appropriate by Arnaldo Carvalho de Melo · 17 years ago
  53. 897933b [SK_BUFF]: Remove skb_add_mtu() leftovers by Arnaldo Carvalho de Melo · 17 years ago
  54. ca0605a [SK_BUFF]: Adjust the zeroing up to tail in __alloc_skb too by Arnaldo Carvalho de Melo · 17 years ago
  55. 4305b54 [SK_BUFF]: Convert skb->end to sk_buff_data_t by Arnaldo Carvalho de Melo · 17 years ago
  56. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 17 years ago
  57. 2e07fa9 [SK_BUFF]: Use offsets for skb->{mac,network,transport}_header on 64bit architectures by Arnaldo Carvalho de Melo · 17 years ago
  58. b0e380b [SK_BUFF]: unions of just one member don't get anything done, kill them by Arnaldo Carvalho de Melo · 17 years ago
  59. cfe1fc7 [SK_BUFF]: Introduce skb_network_header_len by Arnaldo Carvalho de Melo · 17 years ago
  60. ddc7b8e [SK_BUFF]: Some more layer header conversions by Arnaldo Carvalho de Melo · 17 years ago
  61. edda553 [NETFILTER]: nf_conntrack: add __nf_copy() to copy members in skb by Yasuyuki Kozakai · 17 years ago
  62. 9c70220 [SK_BUFF]: Introduce skb_transport_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  63. 4bedb45 [SK_BUFF]: Introduce udp_hdr(), remove skb->h.uh by Arnaldo Carvalho de Melo · 17 years ago
  64. ea2ae17 [SK_BUFF]: Introduce skb_transport_offset() by Arnaldo Carvalho de Melo · 17 years ago
  65. badff6d [SK_BUFF]: Introduce skb_reset_transport_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  66. 0660e03 [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h by Arnaldo Carvalho de Melo · 17 years ago
  67. d0a92be [SK_BUFF]: Introduce arp_hdr(), remove skb->nh.arph by Arnaldo Carvalho de Melo · 17 years ago
  68. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 17 years ago
  69. 0e1256f [NET]: show bound packet types by Stephen Hemminger · 17 years ago
  70. f690808 [NET]: make seq_operations const by Stephen Hemminger · 17 years ago
  71. 6b2bedc [NET]: network dev read_mostly by Stephen Hemminger · 17 years ago
  72. d56f90a [SK_BUFF]: Introduce skb_network_header() by Arnaldo Carvalho de Melo · 17 years ago
  73. bbe735e [SK_BUFF]: Introduce skb_network_offset() by Arnaldo Carvalho de Melo · 17 years ago
  74. e2d1bca [SK_BUFF]: Use skb_reset_network_header in skb_push cases by Arnaldo Carvalho de Melo · 17 years ago
  75. c1d2bbe [SK_BUFF]: Introduce skb_reset_network_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  76. 98e399f [SK_BUFF]: Introduce skb_mac_header() by Arnaldo Carvalho de Melo · 17 years ago
  77. 459a98e [SK_BUFF]: Introduce skb_reset_mac_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  78. 92f37fd [NET]: Adding SO_TIMESTAMPNS / SCM_TIMESTAMPNS support by Eric Dumazet · 17 years ago
  79. 6dea649 [NET]: New sysctls should use __read_mostly tags by Eric Dumazet · 17 years ago
  80. 6f05f62 [NET]: deinline some functions by Stephen Hemminger · 17 years ago
  81. 1ac58ee [WIRELESS]: use ARRAY_SIZE() by Stephen Hemminger · 17 years ago
  82. e71a478 [NET] core: whitespace cleanup by Stephen Hemminger · 17 years ago
  83. a2a316f [NET]: Replace CONFIG_NET_DEBUG with sysctl. by Stephen Hemminger · 17 years ago
  84. ae40eb1 [NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolution by Eric Dumazet · 17 years ago
  85. 724800d [NET] CORE: Use htons() where appropriate. by YOSHIFUJI Hideaki · 17 years ago
  86. 759e5d0 [UDP]: Clean up UDP-Lite receive checksum by Herbert Xu · 17 years ago
  87. b7aa0bf [NET]: convert network timestamps to ktime_t by Eric Dumazet · 17 years ago
  88. 39df232 [PKTGEN]: fix device name handling by Stephen Hemminger · 17 years ago
  89. d5f1ce9 [PKTGEN]: don't use __constant_htonl() by Stephen Hemminger · 17 years ago
  90. 5fa6fc7 [PKTGEN]: use random32 by Stephen Hemminger · 17 years ago
  91. 25c4e53 [PKTGEN]: use pr_debug by Stephen Hemminger · 17 years ago
  92. fa438cc [NET]: Keep sk_backlog near sk_lock by Eric Dumazet · 17 years ago
  93. c2ecba7 [NET]: Set a separate lockdep class for neighbour table's proxy_queue by Pavel Emelianov · 17 years ago
  94. 5e7d7fa [NET]: Fix UDP checksum issue in net poll mode. by Aubrey.Li · 17 years ago
  95. b4dfa0b [NET]: Get rid of alloc_skb_from_cache by Herbert Xu · 17 years ago
  96. 09fe3ef [PKTGEN]: Add try_to_freeze() by Andrew Morton · 17 years ago
  97. 9274982 [PATCH] net: Ignore sysfs network device rename bugs. by Eric W. Biederman · 17 years ago
  98. 83886b6 [NET]: Change "not found" return value for rule lookup by Steven Whitehouse · 17 years ago
  99. c01003c [IFB]: Fix crash on input device removal by Patrick McHardy · 17 years ago
  100. a9c87a1 Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into upstream-fixes by Jeff Garzik · 17 years ago