1. 36cbd3d net: mark read-only arrays as const by Jan Engelhardt · 15 years ago
  2. 31e6d36 net: correct off-by-one write allocations reports by Eric Dumazet · 15 years ago
  3. dfe9a83 llc: Kill outdated and incorrect comment. by David S. Miller · 15 years ago
  4. a186d2a net: remove needless (now buggy) & from dev->dev_addr (part2) by Jiri Pirko · 15 years ago
  5. 99b7623 proc 2/2: remove struct proc_dir_entry::owner by Alexey Dobriyan · 15 years ago
  6. 7546dd9 net: convert usage of packet_type to read_mostly by Stephen Hemminger · 15 years ago
  7. c3431ea llc: remove some pointless conditionals before kfree_skb() by Wei Yongjun · 15 years ago
  8. 01af4a0 llc: fix non-const printk warning by Stephen Hemminger · 15 years ago
  9. 09640e6 net: replace uses of __constant_{endian} by Harvey Harrison · 15 years ago
  10. cf005b1 net: remove redundant argument comments by Qinghuang Feng · 15 years ago
  11. 6d9f239 net: '&' redux by Alexey Dobriyan · 16 years ago
  12. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  13. 721499e netns: Use net_eq() to compare net-namespaces for optimization. by YOSHIFUJI Hideaki · 16 years ago
  14. ee5850d llc: Use sock_graft() instead of by-hand version. by David S. Miller · 16 years ago
  15. 3446b9d llc: Fix double accounting of received packets by Arnaldo Carvalho de Melo · 16 years ago
  16. e1ec1b8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  17. f83f176 [LLC]: skb allocation size for responses by Joonwoo Park · 16 years ago
  18. 9f09243 [LLC]: Kill llc_station_mac_sa symbol export. by David S. Miller · 16 years ago
  19. a5a0481 [LLC]: station source mac address by Joonwoo Park · 16 years ago
  20. 27785d8 [LLC]: bogus llc packet length by Joonwoo Park · 16 years ago
  21. 3480c63 [LLC]: Restrict LLC sockets to root by Patrick McHardy · 16 years ago
  22. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  23. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  24. 0dc4787 net: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  25. 7e02180 [LLC]: Use proc_create() to setup ->proc_fops first by Wang Chen · 16 years ago
  26. b5ccd79 [NET]: Simple ctl_table to ctl_path conversions. by Pavel Emelyanov · 16 years ago
  27. b24b8a2 [NET]: Convert init_timer into setup_timer by Pavel Emelyanov · 16 years ago
  28. 6257ff2 [NET]: Forget the zero_it argument of sk_alloc() by Pavel Emelyanov · 17 years ago
  29. ba25f9d Use helpers to obtain task pid in printks by Pavel Emelyanov · 17 years ago
  30. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
  31. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  32. e730c15 [NET]: Make packet reception network namespace safe by Eric W. Biederman · 17 years ago
  33. 1b8d7ae [NET]: Make socket creation namespace safe. by Eric W. Biederman · 17 years ago
  34. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  35. 56b3d97 [NET]: Make all initialized struct seq_operations const. by Philippe De Muyter · 17 years ago
  36. 59c5159 Fix occurrences of "the the " by Michael Opdenacker · 17 years ago
  37. 7562f87 [NET]: Rework dev_base via list_head (v3) by Pavel Emelianov · 17 years ago
  38. b0e380b [SK_BUFF]: unions of just one member don't get anything done, kill them by Arnaldo Carvalho de Melo · 17 years ago
  39. badff6d [SK_BUFF]: Introduce skb_reset_transport_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  40. c1d2bbe [SK_BUFF]: Introduce skb_reset_network_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  41. f64955e [LLC]: Use skb_reset_mac_header in llc_mac_hdr_init by Arnaldo Carvalho de Melo · 17 years ago
  42. 0a1b0ad [LLC]: Use skb_reset_mac_header in llc_alloc_frame by Arnaldo Carvalho de Melo · 17 years ago
  43. 459a98e [SK_BUFF]: Introduce skb_reset_mac_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  44. 0b4d414 [PATCH] sysctl: remove insert_at_head from register_sysctl by Eric W. Biederman · 17 years ago
  45. 9fa7b46 [PATCH] sysctl: llc: remove unnecessary insert_at_head flag by Eric W. Biederman · 17 years ago
  46. da7071d [PATCH] mark struct file_operations const 8 by Arjan van de Ven · 17 years ago
  47. d57b186 [NET] LLC: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  48. 3fbd418 [LLC]: anotations by Al Viro · 18 years ago
  49. 7ee66fc [LLC]: multicast receive device match by Stephen Hemminger · 18 years ago
  50. 30a584d [LLX]: SOCK_DGRAM interface fixes by Stephen Hemminger · 18 years ago
  51. 0da974f [NET]: Conversions from kmalloc+memset to k(z|c)alloc. by Panagiotis Issaris · 18 years ago
  52. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  53. 2f45c34 [LLC]: Fix double receive of SKB. by Andrew Morton · 18 years ago
  54. bc0e646 [LLC]: add multicast support for datagrams by Stephen Hemminger · 18 years ago
  55. 8f182b4 [LLC]: allow applications to get copy of kernel datagrams by Stephen Hemminger · 18 years ago
  56. 23dbe79 [LLC]: use rcu_dereference on receive handler by Stephen Hemminger · 18 years ago
  57. 29efcd2 [LLC]: allow datagram recvmsg by Stephen Hemminger · 18 years ago
  58. aecbd4e [LLC]: use more efficient ether address routines by Stephen Hemminger · 18 years ago
  59. 624d116 [I/OAT]: Make sk_eat_skb I/OAT aware. by Chris Leech · 18 years ago
  60. 5185db0 [LLC]: Use pskb_trim_rcsum() in llc_fixup_skb(). by David S. Miller · 18 years ago
  61. f4ad2b1 [LLC]: llc_mac_hdr_init const arguments by Stephen Hemminger · 18 years ago
  62. 2e1f47c [LLC]: Fix sap refcounting by Arnaldo Carvalho de Melo · 18 years ago
  63. 2342c99 [LLC]: Replace __inline__ with inline by Arnaldo Carvalho de Melo · 18 years ago
  64. 9c005e0 [LLC]: Fix struct proto .name by Arnaldo Carvalho de Melo · 18 years ago
  65. b5e5fa5 [NET]: Add a dev_ioctl() fallback to sock_ioctl() by Christoph Hellwig · 18 years ago
  66. 90ddc4f [NET]: move struct proto_ops to const by Eric Dumazet · 18 years ago
  67. c1cbe4b [NET]: Avoid atomic xchg() for non-error case by Benjamin LaHaise · 18 years ago
  68. 3819982 [LLC]: Fix compiler warnings introduced by TX window scaling changes. by David S. Miller · 19 years ago
  69. 451677c [LLC]: Make core block on remote busy. by Jochen Friedrich · 19 years ago
  70. 59c6196 [LLC]: Fix TX window scaling by Jochen Friedrich · 19 years ago
  71. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  72. 8420e1b [LLC]: fix llc_ui_recvmsg, making it behave like tcp_recvmsg by Arnaldo Carvalho de Melo · 19 years ago
  73. d389424 [LLC]: Fix the accept path by Arnaldo Carvalho de Melo · 19 years ago
  74. 2928c19 [LLC]: Fix sparse warnings by Arnaldo Carvalho de Melo · 19 years ago
  75. 096f0eb [LLC]: Fix llc_fixup_skb() bug by Jochen Friedrich · 19 years ago
  76. 5564af2 [LLC]: Fix for Bugzilla ticket #5157 by Jochen Friedrich · 19 years ago
  77. cf309e3 [LLC]: Fix for Bugzilla ticket #5156 by Jochen Friedrich · 19 years ago
  78. 6e2144b [LLC]: Use refcounting with struct llc_sap by Arnaldo Carvalho de Melo · 19 years ago
  79. 04e4223 [LLC]: Do better struct sock accounting on skbs by Arnaldo Carvalho de Melo · 19 years ago
  80. afdbe35 [LLC]: Use sk_wait_data by Arnaldo Carvalho de Melo · 19 years ago
  81. 249ff1c [LLC]: Use some more likely/unlikely by Arnaldo Carvalho de Melo · 19 years ago
  82. 590232a [LLC]: Add sysctl support for the LLC timeouts by Arnaldo Carvalho de Melo · 19 years ago
  83. 54fb7f2 [LLC]: Use the sk_wait_event primitive by Arnaldo Carvalho de Melo · 19 years ago
  84. b35bd11 [LLC]: Convert llc_ui_wait_for_ functions to use prepare_to_wait/finish_wait by Arnaldo Carvalho de Melo · 19 years ago
  85. 72b1ad4 [LLC]: Remove unused functions from llc_c_ev.c by Arnaldo Carvalho de Melo · 19 years ago
  86. b9441fc [LLC]: Use const in llc_c_ev.c by Arnaldo Carvalho de Melo · 19 years ago
  87. af426d3 [LLC]: Help the compiler with likely/unlikely, saving some more bytes by Arnaldo Carvalho de Melo · 19 years ago
  88. 0eb8017 [LLC]: Mark llc_find_next_offset as __init, saving some more bytes by Arnaldo Carvalho de Melo · 19 years ago
  89. 5a770c0 [LLC]: Update comments for llc_ui_bind and llc_ui_autobind to match new behaviour by Arnaldo Carvalho de Melo · 19 years ago
  90. 774ccb4 [LLC]: Remove unneeded temp net_device variables by Arnaldo Carvalho de Melo · 19 years ago
  91. e0dd551 [LLC]: introduce llc_conn_tmr_common_cb, to avoid code duplication by Arnaldo Carvalho de Melo · 19 years ago
  92. 838a75d [LLC]: Remove unneeded f_bit variables by Arnaldo Carvalho de Melo · 19 years ago
  93. bdcc66c [LLC]: Simplify llc_c_ac code, removing unneeded assignments to variables by Arnaldo Carvalho de Melo · 19 years ago
  94. 1d67e65 [LLC]: Make llc_frame_alloc take a net_device as an argument by Arnaldo Carvalho de Melo · 19 years ago
  95. c752f07 [TCP]: Move the tcp sock states to net/tcp_states.h by Arnaldo Carvalho de Melo · 19 years ago
  96. f2ccd8f [NET]: Kill skb->real_dev by David S. Miller · 19 years ago
  97. 8728b83 [NET]: Kill skb->list by David S. Miller · 19 years ago
  98. b03efcf [NET]: Transform skb_queue_len() binary tests into skb_queue_empty() by David S. Miller · 19 years ago
  99. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago