1. 6ee584b netfilter: nfnetlink_queue: add NFQA_CAP_LEN attribute by Pablo Neira Ayuso · 12 years ago
  2. ba8d3b0 netfilter: nfnetlink_queue: fix maximum packet length to userspace by Pablo Neira Ayuso · 12 years ago
  3. b0e61d9 Merge branch 'master' of git://1984.lsi.us.es/nf-next by David S. Miller · 12 years ago
  4. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  5. a672995 netfilter: nfnetlink_queue: remove pointless conditional before kfree_skb() by Wei Yongjun · 12 years ago
  6. 46ba5a2 netfilter: nfnetlink_queue: do not allow to set unsupported flag bits by Krishna Kumar · 12 years ago
  7. 3da07c0 netfilter: nfnetlink_queue_core: Move away from NLMSG_PUT(). by David S. Miller · 12 years ago
  8. 7c62234 netfilter: nfnetlink_queue: fix compilation with NF_CONNTRACK disabled by Pablo Neira Ayuso · 12 years ago[Renamed (95%) from net/netfilter/nfnetlink_queue.c]
  9. 8c88f87 netfilter: nfnetlink_queue: add NAT TCP sequence adjustment if packet mangled by Pablo Neira Ayuso · 12 years ago
  10. 9cb0176 netfilter: add glue code to integrate nfnetlink_queue and ctnetlink by Pablo Neira Ayuso · 12 years ago
  11. fdb694a netfilter: Add fail-open support by Krishna Kumar · 12 years ago
  12. e87cc47 net: Convert net_ratelimit uses to net_<level>_ratelimited by Joe Perches · 12 years ago
  13. a447189 nfnetlink_queue: Stop using NLA_PUT*(). by David S. Miller · 12 years ago
  14. c667523 netfilter: nf_queue: reject NF_STOLEN verdicts from userspace by Florian Westphal · 13 years ago
  15. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  16. f5caadb Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 13 years ago
  17. 97d32cf netfilter: nfnetlink_queue: batch verdict support by Florian Westphal · 13 years ago
  18. 5863702 netfilter: nfnetlink_queue: assert monotonic packet ids by Eric Dumazet · 13 years ago
  19. 84a797d netfilter: nfnetlink_queue: provide rcu enabled callbacks by Eric Dumazet · 13 years ago
  20. 2c38de4 netfilter: fix looped (broad|multi)cast's MAC handling by Nicolas Cavallari · 13 years ago
  21. f158508 netfilter: nfnetlink_queue: return error number to caller by Florian Westphal · 14 years ago
  22. 16fb62b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 14 years ago
  23. f350a0a8 bridge: use rx_handler_data pointer to store net_bridge_port pointer by Jiri Pirko · 14 years ago
  24. c463ac9 netfilter: nfnetlink_queue: some optimizations by Eric Dumazet · 14 years ago
  25. 6291055 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 14 years ago
  26. e9f13ca netfilter: only do skb_checksum_help on CHECKSUM_PARTIAL in nfnetlink_queue by Herbert Xu · 14 years ago
  27. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  28. ca1c2e2 netfilter: don't use INIT_RCU_HEAD() by Alexey Dobriyan · 15 years ago
  29. a5d896ad netfilter: nfnetlink_queue: simplify warning message by Eric Leblond · 15 years ago
  30. cd8c20b netfilter: nfnetlink: netns support by Alexey Dobriyan · 15 years ago
  31. dee5817 netfilter: remove unneccessary checks from netlink notifiers by Patrick McHardy · 15 years ago
  32. 3993832 netfilter: nfnetlink: constify message attributes and headers by Patrick McHardy · 15 years ago
  33. 67137f3 nfnetlink_queue: Use rcu_barrier() on module unload. by Jesper Dangaard Brouer · 15 years ago
  34. 721499e netns: Use net_eq() to compare net-namespaces for optimization. by YOSHIFUJI Hideaki · 16 years ago
  35. e64bda8 netfilter: {ip,ip6,nfnetlink}_queue: misc cleanups by Rami Rosen · 16 years ago
  36. 9a732ed netfilter: {nfnetlink,ip,ip6}_queue: fix skb_over_panic when enlarging packets by Arnaud Ebalard · 16 years ago
  37. 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
  38. 8eeee8b [NETFILTER]: Replate direct proc_fops assignment with proc_create call. by Denis V. Lunev · 16 years ago
  39. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  40. 914afea [NETFILTER]: nfnetlink_queue: fix EPERM when binding/unbinding and instance 0 exists by Patrick McHardy · 17 years ago
  41. cabaa9b [NETFILTER]: nfnetlink_queue: fix computation of allocated size for netlink skb. by Eric Leblond · 17 years ago
  42. e2b58a6 [NETFILTER]: {ip,ip6,nfnetlink}_queue: fix SKB_LINEAR_ASSERT when mangling packet data by Patrick McHardy · 17 years ago
  43. ca7c48c [NETFILTER]: Supress some sparse warnings by Eric Dumazet · 17 years ago
  44. baab2ce [NETFILTER]: nfnetlink_{queue,log}: return proper error codes in instance_create by Patrick McHardy · 17 years ago
  45. cd21f0a [NETFILTER]: nfnetlink_{queue,log}: return ENOTSUPP for unknown cfg commands by Patrick McHardy · 17 years ago
  46. 4ad9d4f [NETFILTER]: nfnetlink_queue: update copyright by Patrick McHardy · 17 years ago
  47. 0ef0f46 [NETFILTER]: nfnetlink_queue: remove useless enqueue status codes by Patrick McHardy · 17 years ago
  48. 861934c [NETFILTER]: nfnetlink_queue: eliminate impossible switch case by Patrick McHardy · 17 years ago
  49. ea3a66f [NETFILTER]: nfnetlink_queue: use endianness-aware attribute functions by Patrick McHardy · 17 years ago
  50. 9d6023a [NETFILTER]: nfnetlink_queue: mark hash table __read_mostly by Patrick McHardy · 17 years ago
  51. 2bd0119 [NETFILTER]: nfnetlink_queue: remove useless debugging by Patrick McHardy · 17 years ago
  52. c5de0df [NETFILTER]: nfnetlink_queue: kill useless wrapper by Patrick McHardy · 17 years ago
  53. 9872bec [NETFILTER]: nfnetlink: use RCU for queue instances hash by Patrick McHardy · 17 years ago
  54. a3c8e7f [NETFILTER]: nfnetlink_queue: fix checks in nfqnl_recv_config by Patrick McHardy · 17 years ago
  55. e48b9b2 [NETFILTER]: nfnetlink_queue: avoid unnecessary atomic operation by Patrick McHardy · 17 years ago
  56. 4b3d15e [NETFILTER]: {nfnetlink,ip,ip6}_queue: kill issue_verdict by Patrick McHardy · 17 years ago
  57. 02f014d [NETFILTER]: nf_queue: move list_head/skb/id to struct nf_info by Patrick McHardy · 17 years ago
  58. b43d8d8 [NETFILTER]: nfnetlink_queue: deobfuscate entry lookups by Patrick McHardy · 17 years ago
  59. 0ac41e8 [NETFILTER]: {nf_netlink,ip,ip6}_queue: use list_for_each_entry by Patrick McHardy · 17 years ago
  60. c01cd42 [NETFILTER]: nf_queue: move queueing related functions/struct to seperate header by Patrick McHardy · 17 years ago
  61. f9d8928 [NETFILTER]: nf_queue: remove unused data pointer by Patrick McHardy · 17 years ago
  62. e3ac529 [NETFILTER]: nf_queue: make queue_handler const by Patrick McHardy · 17 years ago
  63. 2ca7b0a [NETFILTER]: Avoid skb_copy/pskb_copy/skb_realloc_headroom by Herbert Xu · 17 years ago
  64. 37d4187 [NETFILTER]: Do not copy skb in skb_make_writable by Herbert Xu · 17 years ago
  65. e2da591 [NETFILTER]: Make netfilter code use the seq_open_private by Pavel Emelyanov · 17 years ago
  66. 5bf7585 [NETFILTER]: nfnetlink_queue: use netlink policy by Patrick McHardy · 17 years ago
  67. fdf7083 [NETFILTER]: nfnetlink: rename functions containing 'nfattr' by Patrick McHardy · 17 years ago
  68. df6fb86 [NETFILTER]: nfnetlink: convert to generic netlink attribute functions by Patrick McHardy · 17 years ago
  69. 7c8d4cb [NETFILTER]: nfnetlink: make subsystem and callbacks const by Patrick McHardy · 17 years ago
  70. b95cce3 [NET]: Wrap hard_header_parse by Stephen Hemminger · 17 years ago
  71. b4b5102 [NET]: Support multiple network namespaces with netlink by Eric W. Biederman · 17 years ago
  72. e9dc865 [NET]: Make device event notification network namespace safe by Eric W. Biederman · 17 years ago
  73. 56b3d97 [NET]: Make all initialized struct seq_operations const. by Philippe De Muyter · 17 years ago
  74. ce7663d [NETFILTER]: nfnetlink_queue: don't unregister handler of other subsystem by Yasuyuki Kozakai · 17 years ago
  75. 27d7ff4 [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} by Arnaldo Carvalho de Melo · 17 years ago
  76. 1d00a4e [NETLINK]: Remove error pointer from netlink message handler by Thomas Graf · 18 years ago
  77. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 17 years ago
  78. b7aa0bf [NET]: convert network timestamps to ktime_t by Eric Dumazet · 17 years ago
  79. 601e68e [NETFILTER]: Fix whitespace errors by YOSHIFUJI Hideaki · 18 years ago
  80. da7071d [PATCH] mark struct file_operations const 8 by Arjan van de Ven · 18 years ago
  81. 829e17a [NETFILTER]: nfnetlink_queue: allow changing queue length through netlink by Eric Leblond · 18 years ago
  82. 82e91ff [NET]: Turn nfmark into generic mark by Thomas Graf · 18 years ago
  83. 98a4a86 [NETFILTER]: trivial annotations by Al Viro · 18 years ago
  84. d8a585d [NETFILTER]: Use pskb_trim in {ip,ip6,nfnetlink}_queue by Patrick McHardy · 18 years ago
  85. febf0a4 [NETFILTER] bug: skb->protocol is already net-endian by Al Viro · 18 years ago
  86. 1158ba2 [NETFILTER]: nfnetlink_queue: fix typo in error message by Patrick McHardy · 18 years ago
  87. 84fa793 [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE by Patrick McHardy · 18 years ago
  88. ef47c6a [NETFILTER]: ip_queue/nfnetlink_queue: drop bridge port references when dev disappears by Patrick McHardy · 18 years ago
  89. 32292a7 [NETFILTER]: Fix section mismatch warnings by Patrick McHardy · 18 years ago
  90. 65b4b4e [NETFILTER]: Rename init functions. by Andrew Morton · 18 years ago
  91. f0d8358 [NETFILTER]: nfnetlink_queue: fix nfnetlink message size by Pablo Neira Ayuso · 19 years ago
  92. 406dbfc [NETFILTER]: nfnetlink_queue: fix possible NULL-ptr dereference by Patrick McHardy · 19 years ago
  93. a706124 [NETFILTER]: nfnetlink_queue: fix packet marking over netlink by Patrick McHardy · 19 years ago
  94. 3e4ead4 [NETFILTER]: Decrease number of pointer derefs in nfnetlink_queue.c by Jesper Juhl · 19 years ago
  95. 181a46a [NETFILTER]: Use macro for spinlock_t/rwlock_t initializations/definition. by YOSHIFUJI Hideaki · 19 years ago
  96. 37d2e7a [NETFILTER] nfnetlink: unconditionally require CAP_NET_ADMIN by Harald Welte · 19 years ago
  97. 10dfdc6 [NETFILTER] nfnetlink: Use kzalloc by Harald Welte · 19 years ago
  98. 325ed82 [NET]: Fix packet timestamping. by Herbert Xu · 19 years ago
  99. e7dfb09 [NETFILTER]: Fix HW checksum handling in nfnetlink_queue by Patrick McHardy · 19 years ago
  100. aa07ca57 [NETFILTER] remove bogus hand-coded htonll() from nenetlink_queue by Harald Welte · 19 years ago