1. c667523 netfilter: nf_queue: reject NF_STOLEN verdicts from userspace by Florian Westphal · 13 years ago
  2. 91c66c6 netfilter: ip_queue: Fix small leak in ipq_build_packet_message() by Jesper Juhl · 13 years ago
  3. 2c38de4 netfilter: fix looped (broad|multi)cast's MAC handling by Nicolas Cavallari · 13 years ago
  4. d232b8d netfilter: use unsigned variables for packet lengths in ip[6]_queue. by Dave Jones · 13 years ago
  5. 5756d34 netfilter: ip_queue: rwlock to spinlock conversion by Eric Dumazet · 14 years ago
  6. 736d58e netfilter: remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  7. 6291055 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 14 years ago
  8. 9e56c21 netfilter: only do skb_checksum_help on CHECKSUM_PARTIAL in ip_queue by Herbert Xu · 14 years ago
  9. 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
  10. d7fc02c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  11. 424eff9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 15 years ago
  12. 09ad9bc net: use net_eq to compare nets by Octavian Purdila · 15 years ago
  13. f8572d8 sysctl net: Remove unused binary sysctl code by Eric W. Biederman · 15 years ago
  14. dee5817 netfilter: remove unneccessary checks from netlink notifiers by Patrick McHardy · 15 years ago
  15. 9481721 netfilter: remove synchronize_net() calls in ip_queue/ip6_queue by Eric Dumazet · 15 years ago
  16. 4b1e27e netfilter: queue: use NFPROTO_ for queue callsites by Jan Engelhardt · 15 years ago
  17. 95ba434 netfilter: auto-load ip_queue module when socket opened by Scott James Remnant · 15 years ago
  18. 721499e netns: Use net_eq() to compare net-namespaces for optimization. by YOSHIFUJI Hideaki · 16 years ago
  19. e64bda8 netfilter: {ip,ip6,nfnetlink}_queue: misc cleanups by Rami Rosen · 16 years ago
  20. 9a732ed netfilter: {nfnetlink,ip,ip6}_queue: fix skb_over_panic when enlarging packets by Arnaud Ebalard · 16 years ago
  21. 8e8e438 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  22. 8eeee8b [NETFILTER]: Replate direct proc_fops assignment with proc_create call. by Denis V. Lunev · 16 years ago
  23. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  24. e2b58a6 [NETFILTER]: {ip,ip6,nfnetlink}_queue: fix SKB_LINEAR_ASSERT when mangling packet data by Patrick McHardy · 16 years ago
  25. c392a74 [NETFILTER]: {ip,ip6}_queue: fix build error by Patrick McHardy · 16 years ago
  26. b7c6ba6 [NETNS]: Consolidate kernel netlink socket destruction. by Denis V. Lunev · 17 years ago
  27. 3d7cc2b [NETFILTER]: Switch to using ctl_paths in nf_queue and conntrack modules by Pavel Emelyanov · 17 years ago
  28. 4b3d15e [NETFILTER]: {nfnetlink,ip,ip6}_queue: kill issue_verdict by Patrick McHardy · 17 years ago
  29. 02f014d [NETFILTER]: nf_queue: move list_head/skb/id to struct nf_info by Patrick McHardy · 17 years ago
  30. 9521409 [NETFILTER]: ip_queue: deobfuscate entry lookups by Patrick McHardy · 17 years ago
  31. 0ac41e8 [NETFILTER]: {nf_netlink,ip,ip6}_queue: use list_for_each_entry by Patrick McHardy · 17 years ago
  32. c01cd42 [NETFILTER]: nf_queue: move queueing related functions/struct to seperate header by Patrick McHardy · 17 years ago
  33. f9d8928 [NETFILTER]: nf_queue: remove unused data pointer by Patrick McHardy · 17 years ago
  34. e3ac529 [NETFILTER]: nf_queue: make queue_handler const by Patrick McHardy · 17 years ago
  35. 7351a22 [NETFILTER]: ip{,6}_queue: convert to seq_file interface by Alexey Dobriyan · 17 years ago
  36. 2ca7b0a [NETFILTER]: Avoid skb_copy/pskb_copy/skb_realloc_headroom by Herbert Xu · 17 years ago
  37. 37d4187 [NETFILTER]: Do not copy skb in skb_make_writable by Herbert Xu · 17 years ago
  38. cd40b7d [NET]: make netlink user -> kernel interface synchronious by Denis V. Lunev · 17 years ago
  39. b95cce3 [NET]: Wrap hard_header_parse by Stephen Hemminger · 17 years ago
  40. b4b5102 [NET]: Support multiple network namespaces with netlink by Eric W. Biederman · 17 years ago
  41. e9dc865 [NET]: Make device event notification network namespace safe by Eric W. Biederman · 17 years ago
  42. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  43. af65bdf [NETLINK]: Switch cb_lock spinlock to mutex and allow to override it by Patrick McHardy · 17 years ago
  44. 27d7ff4 [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} by Arnaldo Carvalho de Melo · 17 years ago
  45. 1b53d90 [NETFILTER]: Remove changelogs and CVS IDs by Patrick McHardy · 17 years ago
  46. b529ccf [NETLINK]: Introduce nlmsg_hdr() helper by Arnaldo Carvalho de Melo · 17 years ago
  47. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 17 years ago
  48. b7aa0bf [NET]: convert network timestamps to ktime_t by Eric Dumazet · 17 years ago
  49. 0b4d414 [PATCH] sysctl: remove insert_at_head from register_sysctl by Eric W. Biederman · 17 years ago
  50. e905a9e [NET] IPV4: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  51. 82e91ff [NET]: Turn nfmark into generic mark by Thomas Graf · 18 years ago
  52. d8a585d [NETFILTER]: Use pskb_trim in {ip,ip6,nfnetlink}_queue by Patrick McHardy · 18 years ago
  53. 1192e40 [NETFILTER]: make some netfilter globals __read_mostly by Brian Haley · 18 years ago
  54. 94aec08 [NETFILTER]: Change tunables to __read_mostly by Brian Haley · 18 years ago
  55. 84fa793 [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE by Patrick McHardy · 18 years ago
  56. c7bdb54 [NETLINK]: Encapsulate eff_cap usage within security framework. by Darrel Goeddel · 18 years ago
  57. ef47c6a [NETFILTER]: ip_queue/nfnetlink_queue: drop bridge port references when dev disappears by Patrick McHardy · 18 years ago
  58. 32292a7 [NETFILTER]: Fix section mismatch warnings by Patrick McHardy · 18 years ago
  59. 65b4b4e [NETFILTER]: Rename init functions. by Andrew Morton · 18 years ago
  60. 4a3e2f7 [NET] sem2mutex: net/ by Arjan van de Ven · 18 years ago
  61. 850a9a4 [NETFILTER] ip_queue: Fix wrong skb->len == nlmsg_len assumption by Thomas Graf · 18 years ago
  62. 325ed82 [NET]: Fix packet timestamping. by Herbert Xu · 19 years ago
  63. 0662860 [NETLINK]: Add "groups" argument to netlink_kernel_create by Patrick McHardy · 19 years ago
  64. a61bbcf [NET]: Store skb->timestamp as offset to a base timestamp by Patrick McHardy · 19 years ago
  65. bbd86b9f [NETFILTER]: add /proc/net/netfilter interface to nf_queue by Harald Welte · 19 years ago
  66. 210a9eb [NETFILTER]: ip{6}_queue: prevent unregistration race with nfnetlink_queue by Harald Welte · 19 years ago
  67. 0ab43f8 [NETFILTER]: Core changes required by upcoming nfnetlink_queue code by Harald Welte · 19 years ago
  68. 2cc7d57 [NETFILTER]: Move reroute-after-queue code up to the nf_queue layer. by Harald Welte · 19 years ago
  69. 4fdb3bb [NETLINK]: Add properly module refcounting for kernel netlink sockets. by Harald Welte · 19 years ago
  70. 089af26 [NETFILTER]: Rename skb_ip_make_writable() to skb_make_writable() by Harald Welte · 19 years ago
  71. 6869c4d [NETFILTER]: reduce netfilter sk_buff enlargement by Harald Welte · 19 years ago
  72. 66a79a1 [NETFILTER]: Fix HW checksum handling in ip_queue/ip6_queue by Patrick McHardy · 19 years ago
  73. 9bb7bc9 [NETFILTER]: Fix deadlock with ip_queue and tcp local input path. by Harald Welte · 19 years ago
  74. 2a0a6eb [NETLINK]: Synchronous message processing. by Herbert Xu · 19 years ago
  75. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago