1. 820adcc ipx: call ipxitf_put() in ioctl error path by Dan Carpenter · 7 years ago
  2. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 9 years ago
  3. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 9 years ago
  4. e169371 switch ipxrtr_route_packet() from iovec to msghdr by Al Viro · 10 years ago
  5. 1459143 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  6. 0146240 ipx: fix locking regression in ipx_sendmsg and ipx_recvmsg by Jiri Bohac · 9 years ago
  7. 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 9 years ago
  8. e7b6658 ipx: remove all unnecessary castings on ntohl by Fabian Frederick · 10 years ago
  9. b8901ac ipx: remove __inline__ in c file on static by Fabian Frederick · 10 years ago
  10. e0f3631 ipx: remove unnecessary casting on ntohl by Fabian Frederick · 10 years ago
  11. 5e96d78 ipx: move extern sysctl_ipx_pprop_broadcasting to header file by Fabian Frederick · 10 years ago
  12. 28448b8 net: Split sk_no_check into sk_no_check_{rx,tx} by Tom Herbert · 10 years ago
  13. 8815cbd ipx: implement shutdown() by Sabrina Dubroca · 10 years ago
  14. 535d3ae net: Move prototype declaration to header file include/net/net_namespace.h from net/ipx/af_ipx.c by Rashika Kheria · 10 years ago
  15. 7780d8a net: Move prototype declaration to header file include/net/datalink.h from net/ipx/af_ipx.c by Rashika Kheria · 10 years ago
  16. 578efbc net: Move prototype declaration to header file include/net/ipx.h from net/ipx/af_ipx.c by Rashika Kheria · 10 years ago
  17. 493cc5e net: Move prototype declaration to include/net/ipx.h from net/ipx/ipx_route.c by Rashika Kheria · 10 years ago
  18. 342dfc3 net: add build-time checks for msg->msg_name size by Steffen Hurrle · 10 years ago
  19. f3d3342 net: rework recvmsg handler msg_name and msg_namelen logic by Hannes Frederic Sowa · 10 years ago
  20. d14c5ab net: proc_fs: trivial: print UIDs as unsigned int by Francesco Fusco · 11 years ago
  21. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 11 years ago
  22. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  23. a7cb5a4 userns: Print out socket uids in a user namespace aware fashion. by Eric W. Biederman · 12 years ago
  24. 83bd1b7 ipx: move peII functions by stephen hemminger · 12 years ago
  25. 32e9072 ipx: Remove spurious NULL checking in ipx_ioctl(). by David S. Miller · 12 years ago
  26. 211ed86 net: delete all instances of special processing for token ring by Paul Gortmaker · 12 years ago
  27. ec8f23c net: Convert all sysctl registrations to register_net_sysctl by Eric W. Biederman · 12 years ago
  28. 5dd3df1 net: Move all of the network sysctls without a namespace into init_net. by Eric W. Biederman · 12 years ago
  29. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  30. 674f211 ipx: fix ipx_release() by Eric Dumazet · 13 years ago
  31. b0d0d91 ipx: remove the BKL by Arnd Bergmann · 13 years ago
  32. 6de5bd1 BKL: introduce CONFIG_BKL. by Arnd Bergmann · 14 years ago
  33. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  34. a2b79b4 net: ipx: use seq_list_foo() helpers by Li Zefan · 14 years ago
  35. d7fc02c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  36. 09ad9bc net: use net_eq to compare nets by Octavian Purdila · 14 years ago
  37. f8572d8 sysctl net: Remove unused binary sysctl code by Eric W. Biederman · 14 years ago
  38. 83927ba net/ipx: push down BKL into a ipx_dgram_ops by Arnd Bergmann · 14 years ago
  39. 3f378b6 net: pass kern to net_proto_family create function by Eric Paris · 14 years ago
  40. ec1b4cf net: mark net_proto_ops as const by Stephen Hemminger · 15 years ago
  41. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  42. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  43. 31e6d36 net: correct off-by-one write allocations reports by Eric Dumazet · 15 years ago
  44. fa665cc ipx: use constant for strings and desciptor by Stephen Hemminger · 15 years ago
  45. 7546dd9 net: convert usage of packet_type to read_mostly by Stephen Hemminger · 15 years ago
  46. 09640e6 net: replace uses of __constant_{endian} by Harvey Harrison · 15 years ago
  47. 6d9f239 net: '&' redux by Alexey Dobriyan · 15 years ago
  48. 721499e netns: Use net_eq() to compare net-namespaces for optimization. by YOSHIFUJI Hideaki · 16 years ago
  49. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  50. 1e15dc9 [IPX]: Use proc_create() to setup ->proc_fops first by Wang Chen · 16 years ago
  51. b5ccd79 [NET]: Simple ctl_table to ctl_path conversions. by Pavel Emelyanov · 16 years ago
  52. c2b4233 [IPX]: Use existing sock refcnt debugging infrastructure by Pavel Emelyanov · 16 years ago
  53. 6257ff2 [NET]: Forget the zero_it argument of sk_alloc() by Pavel Emelyanov · 17 years ago
  54. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  55. e9dc865 [NET]: Make device event notification network namespace safe by Eric W. Biederman · 17 years ago
  56. e730c15 [NET]: Make packet reception network namespace safe by Eric W. Biederman · 17 years ago
  57. 1b8d7ae [NET]: Make socket creation namespace safe. by Eric W. Biederman · 17 years ago
  58. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  59. 56b3d97 [NET]: Make all initialized struct seq_operations const. by Philippe De Muyter · 17 years ago
  60. 0479ea0 Fix incorrect prototype for ipxrtr_route_packet() by David Woodhouse · 17 years ago
  61. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  62. badff6d [SK_BUFF]: Introduce skb_reset_transport_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  63. 7e28ecc [SK_BUFF]: Use skb_reset_network_header where the skb_pull return was being used by Arnaldo Carvalho de Melo · 17 years ago
  64. b7aa0bf [NET]: convert network timestamps to ktime_t by Eric Dumazet · 17 years ago
  65. 1267cd7 [IPX]: Remove ancient changelog by Rolf Eike Beer · 17 years ago
  66. ff49f26 [IPX]: Remove outdated information from Kconfig by Rolf Eike Beer · 17 years ago
  67. 0b4d414 [PATCH] sysctl: remove insert_at_head from register_sysctl by Eric W. Biederman · 17 years ago
  68. ecab963 [PATCH] sysctl: ipx: remove unnecessary insert_at_head flag by Eric W. Biederman · 17 years ago
  69. 9a32144 [PATCH] mark struct file_operations const 7 by Arjan van de Ven · 17 years ago
  70. 981c0ff [NET] IPX: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  71. 1539b98 [IPX]: Fix NULL pointer dereference on ipx unload by Jiri Bohac · 17 years ago
  72. 02e6037 [IPX]: Annotate and fix IPX checksum by Al Viro · 17 years ago
  73. 4833ed0 [IPX]: Trivial parts of endianness annotations by Al Viro · 17 years ago
  74. fff6425 [IPX]: Fix typo, ipxhdr() --> ipx_hdr() by David S. Miller · 18 years ago
  75. 7b1ba8d [IPX]: Another nonlinear receive fix by Stephen Hemminger · 18 years ago
  76. 8b5cc5e [IPX]: Header length validation needed by Stephen Hemminger · 18 years ago
  77. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  78. f8d5962 [IPX]: Endian bug in ipxrtr_route_packet() by Alexey Dobriyan · 18 years ago
  79. 4ac396c [IPX]: Correct return type of ipx_map_frame_type(). by Alexey Dobriyan · 18 years ago
  80. 53d42f5 [IPX]: Correct argument type of ipxrtr_delete(). by Alexey Dobriyan · 18 years ago
  81. f6c90b7 [NET]: Fix ipx/econet/appletalk/irda ioctl crashes by Petr Vandrovec · 18 years ago
  82. 4fc268d [PATCH] capable/capability.h (net/) by Randy Dunlap · 18 years ago
  83. b5e5fa5 [NET]: Add a dev_ioctl() fallback to sock_ioctl() by Christoph Hellwig · 18 years ago
  84. 90ddc4f [NET]: move struct proto_ops to const by Eric Dumazet · 18 years ago
  85. 2038073 [NET]: Fix sparse warnings by Arnaldo Carvalho de Melo · 19 years ago
  86. 7de7627 [IPX]: Fix build error in ipx_recvmsg() by David S. Miller · 19 years ago
  87. a61bbcf [NET]: Store skb->timestamp as offset to a base timestamp by Patrick McHardy · 19 years ago
  88. c752f07 [TCP]: Move the tcp sock states to net/tcp_states.h by Arnaldo Carvalho de Melo · 19 years ago
  89. f2ccd8f [NET]: Kill skb->real_dev by David S. Miller · 19 years ago
  90. 6a2e9b7 [NET]: move config options out to individual protocols by Sam Ravnborg · 19 years ago
  91. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago