1. f158508 netfilter: nfnetlink_queue: return error number to caller by Florian Westphal · 13 years ago
  2. 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
  3. f350a0a8 bridge: use rx_handler_data pointer to store net_bridge_port pointer by Jiri Pirko · 14 years ago
  4. c463ac9 netfilter: nfnetlink_queue: some optimizations by Eric Dumazet · 14 years ago
  5. 6291055 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 14 years ago
  6. e9f13ca netfilter: only do skb_checksum_help on CHECKSUM_PARTIAL in nfnetlink_queue by Herbert Xu · 14 years ago
  7. 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
  8. ca1c2e2 netfilter: don't use INIT_RCU_HEAD() by Alexey Dobriyan · 14 years ago
  9. a5d896ad netfilter: nfnetlink_queue: simplify warning message by Eric Leblond · 14 years ago
  10. cd8c20b netfilter: nfnetlink: netns support by Alexey Dobriyan · 14 years ago
  11. dee5817 netfilter: remove unneccessary checks from netlink notifiers by Patrick McHardy · 15 years ago
  12. 3993832 netfilter: nfnetlink: constify message attributes and headers by Patrick McHardy · 15 years ago
  13. 67137f3 nfnetlink_queue: Use rcu_barrier() on module unload. by Jesper Dangaard Brouer · 15 years ago
  14. 721499e netns: Use net_eq() to compare net-namespaces for optimization. by YOSHIFUJI Hideaki · 16 years ago
  15. e64bda8 netfilter: {ip,ip6,nfnetlink}_queue: misc cleanups by Rami Rosen · 16 years ago
  16. 9a732ed netfilter: {nfnetlink,ip,ip6}_queue: fix skb_over_panic when enlarging packets by Arnaud Ebalard · 16 years ago
  17. 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
  18. 8eeee8b [NETFILTER]: Replate direct proc_fops assignment with proc_create call. by Denis V. Lunev · 16 years ago
  19. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  20. 914afea [NETFILTER]: nfnetlink_queue: fix EPERM when binding/unbinding and instance 0 exists by Patrick McHardy · 16 years ago
  21. cabaa9b [NETFILTER]: nfnetlink_queue: fix computation of allocated size for netlink skb. by Eric Leblond · 16 years ago
  22. e2b58a6 [NETFILTER]: {ip,ip6,nfnetlink}_queue: fix SKB_LINEAR_ASSERT when mangling packet data by Patrick McHardy · 16 years ago
  23. ca7c48c [NETFILTER]: Supress some sparse warnings by Eric Dumazet · 16 years ago
  24. baab2ce [NETFILTER]: nfnetlink_{queue,log}: return proper error codes in instance_create by Patrick McHardy · 16 years ago
  25. cd21f0a [NETFILTER]: nfnetlink_{queue,log}: return ENOTSUPP for unknown cfg commands by Patrick McHardy · 16 years ago
  26. 4ad9d4f [NETFILTER]: nfnetlink_queue: update copyright by Patrick McHardy · 17 years ago
  27. 0ef0f46 [NETFILTER]: nfnetlink_queue: remove useless enqueue status codes by Patrick McHardy · 17 years ago
  28. 861934c [NETFILTER]: nfnetlink_queue: eliminate impossible switch case by Patrick McHardy · 17 years ago
  29. ea3a66f [NETFILTER]: nfnetlink_queue: use endianness-aware attribute functions by Patrick McHardy · 17 years ago
  30. 9d6023a [NETFILTER]: nfnetlink_queue: mark hash table __read_mostly by Patrick McHardy · 17 years ago
  31. 2bd0119 [NETFILTER]: nfnetlink_queue: remove useless debugging by Patrick McHardy · 17 years ago
  32. c5de0df [NETFILTER]: nfnetlink_queue: kill useless wrapper by Patrick McHardy · 17 years ago
  33. 9872bec [NETFILTER]: nfnetlink: use RCU for queue instances hash by Patrick McHardy · 17 years ago
  34. a3c8e7fd [NETFILTER]: nfnetlink_queue: fix checks in nfqnl_recv_config by Patrick McHardy · 17 years ago
  35. e48b9b2 [NETFILTER]: nfnetlink_queue: avoid unnecessary atomic operation by Patrick McHardy · 17 years ago
  36. 4b3d15e [NETFILTER]: {nfnetlink,ip,ip6}_queue: kill issue_verdict by Patrick McHardy · 17 years ago
  37. 02f014d [NETFILTER]: nf_queue: move list_head/skb/id to struct nf_info by Patrick McHardy · 17 years ago
  38. b43d8d8 [NETFILTER]: nfnetlink_queue: deobfuscate entry lookups by Patrick McHardy · 17 years ago
  39. 0ac41e8 [NETFILTER]: {nf_netlink,ip,ip6}_queue: use list_for_each_entry by Patrick McHardy · 17 years ago
  40. c01cd42 [NETFILTER]: nf_queue: move queueing related functions/struct to seperate header by Patrick McHardy · 17 years ago
  41. f9d8928 [NETFILTER]: nf_queue: remove unused data pointer by Patrick McHardy · 17 years ago
  42. e3ac529 [NETFILTER]: nf_queue: make queue_handler const by Patrick McHardy · 17 years ago
  43. 2ca7b0a [NETFILTER]: Avoid skb_copy/pskb_copy/skb_realloc_headroom by Herbert Xu · 17 years ago
  44. 37d4187 [NETFILTER]: Do not copy skb in skb_make_writable by Herbert Xu · 17 years ago
  45. e2da591 [NETFILTER]: Make netfilter code use the seq_open_private by Pavel Emelyanov · 17 years ago
  46. 5bf7585 [NETFILTER]: nfnetlink_queue: use netlink policy by Patrick McHardy · 17 years ago
  47. fdf7083 [NETFILTER]: nfnetlink: rename functions containing 'nfattr' by Patrick McHardy · 17 years ago
  48. df6fb86 [NETFILTER]: nfnetlink: convert to generic netlink attribute functions by Patrick McHardy · 17 years ago
  49. 7c8d4cb [NETFILTER]: nfnetlink: make subsystem and callbacks const by Patrick McHardy · 17 years ago
  50. b95cce3 [NET]: Wrap hard_header_parse by Stephen Hemminger · 17 years ago
  51. b4b5102 [NET]: Support multiple network namespaces with netlink by Eric W. Biederman · 17 years ago
  52. e9dc865 [NET]: Make device event notification network namespace safe by Eric W. Biederman · 17 years ago
  53. 56b3d97 [NET]: Make all initialized struct seq_operations const. by Philippe De Muyter · 17 years ago
  54. ce7663d [NETFILTER]: nfnetlink_queue: don't unregister handler of other subsystem by Yasuyuki Kozakai · 17 years ago
  55. 27d7ff4 [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} by Arnaldo Carvalho de Melo · 17 years ago
  56. 1d00a4e [NETLINK]: Remove error pointer from netlink message handler by Thomas Graf · 17 years ago
  57. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 17 years ago
  58. b7aa0bf [NET]: convert network timestamps to ktime_t by Eric Dumazet · 17 years ago
  59. 601e68e [NETFILTER]: Fix whitespace errors by YOSHIFUJI Hideaki · 17 years ago
  60. da7071d [PATCH] mark struct file_operations const 8 by Arjan van de Ven · 17 years ago
  61. 829e17a [NETFILTER]: nfnetlink_queue: allow changing queue length through netlink by Eric Leblond · 18 years ago
  62. 82e91ff [NET]: Turn nfmark into generic mark by Thomas Graf · 18 years ago
  63. 98a4a86 [NETFILTER]: trivial annotations by Al Viro · 18 years ago
  64. d8a585d [NETFILTER]: Use pskb_trim in {ip,ip6,nfnetlink}_queue by Patrick McHardy · 18 years ago
  65. febf0a4 [NETFILTER] bug: skb->protocol is already net-endian by Al Viro · 18 years ago
  66. 1158ba2 [NETFILTER]: nfnetlink_queue: fix typo in error message by Patrick McHardy · 18 years ago
  67. 84fa793 [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE by Patrick McHardy · 18 years ago
  68. ef47c6a7 [NETFILTER]: ip_queue/nfnetlink_queue: drop bridge port references when dev disappears by Patrick McHardy · 18 years ago
  69. 32292a7 [NETFILTER]: Fix section mismatch warnings by Patrick McHardy · 18 years ago
  70. 65b4b4e [NETFILTER]: Rename init functions. by Andrew Morton · 18 years ago
  71. f0d8358 [NETFILTER]: nfnetlink_queue: fix nfnetlink message size by Pablo Neira Ayuso · 18 years ago
  72. 406dbfc [NETFILTER]: nfnetlink_queue: fix possible NULL-ptr dereference by Patrick McHardy · 18 years ago
  73. a706124 [NETFILTER]: nfnetlink_queue: fix packet marking over netlink by Patrick McHardy · 18 years ago
  74. 3e4ead4 [NETFILTER]: Decrease number of pointer derefs in nfnetlink_queue.c by Jesper Juhl · 18 years ago
  75. 181a46a [NETFILTER]: Use macro for spinlock_t/rwlock_t initializations/definition. by YOSHIFUJI Hideaki · 18 years ago
  76. 37d2e7a [NETFILTER] nfnetlink: unconditionally require CAP_NET_ADMIN by Harald Welte · 19 years ago
  77. 10dfdc6 [NETFILTER] nfnetlink: Use kzalloc by Harald Welte · 19 years ago
  78. 325ed82 [NET]: Fix packet timestamping. by Herbert Xu · 19 years ago
  79. e7dfb09 [NETFILTER]: Fix HW checksum handling in nfnetlink_queue by Patrick McHardy · 19 years ago
  80. aa07ca57 [NETFILTER] remove bogus hand-coded htonll() from nenetlink_queue by Harald Welte · 19 years ago
  81. 395dde2 [NETFILTER]: net/netfilter/nfnetlink*: make functions static by Adrian Bunk · 19 years ago
  82. a61bbcf [NET]: Store skb->timestamp as offset to a base timestamp by Patrick McHardy · 19 years ago
  83. bbd86b9f [NETFILTER]: add /proc/net/netfilter interface to nf_queue by Harald Welte · 19 years ago
  84. fbcd923 [NETFILTER]: add correct bridging support to nfnetlink_{queue,log} by Harald Welte · 19 years ago
  85. 927ccbc [NETFILTER]: attribute count is an attribute of message type, not subsytem by Harald Welte · 19 years ago
  86. 0597f26 [NETFILTER]: Add new "nfnetlink_log" userspace packet logging facility by Harald Welte · 19 years ago
  87. 838ab63 [NETFILTER]: Add refcounting and /proc/net/netfilter interface to nfnetlink_queue by Harald Welte · 19 years ago
  88. 7af4cc3 [NETFILTER]: Add "nfnetlink_queue" netfilter queue handler over nfnetlink by Harald Welte · 19 years ago