1. 3db05fe [NETFILTER]: Replace sk_buff ** with sk_buff * by Herbert Xu · 17 years ago
  2. 2ca7b0a [NETFILTER]: Avoid skb_copy/pskb_copy/skb_realloc_headroom by Herbert Xu · 17 years ago
  3. b4b5102 [NET]: Support multiple network namespaces with netlink by Eric W. Biederman · 17 years ago
  4. 16fcec3 [NETFILTER]: Fix/improve deadlock condition on module removal netfilter by Neil Horman · 17 years ago
  5. 62c7931 [NETFILTER]: Clean up duplicate includes in net/bridge/ by Jesper Juhl · 17 years ago
  6. 7e2acc7 [NETFILTER]: Fix logging regression by Patrick McHardy · 17 years ago
  7. a887c1c [NETFILTER]: Lower *tables printk severity by Patrick McHardy · 17 years ago
  8. af65bdf [NETLINK]: Switch cb_lock spinlock to mutex and allow to override it by Patrick McHardy · 17 years ago
  9. 3b5018d [NETFILTER]: {eb,ip6,ip}t_LOG: remove remains of LOG target overloading by Patrick McHardy · 17 years ago
  10. c15bf6e [NETFILTER]: ebt_arp: add gratuitous arp filtering by Bart De Schuymer · 17 years ago
  11. e6f689d [NETFILTER]: Use setup_timer by Patrick McHardy · 17 years ago
  12. b7aa0bf [NET]: convert network timestamps to ktime_t by Eric Dumazet · 17 years ago
  13. 53b8a31 [PATCH] Convert highest_possible_processor_id to nr_cpu_ids by Christoph Lameter · 17 years ago
  14. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  15. e92ad99 [NETFILTER]: nf_log: minor cleanups by Patrick McHardy · 17 years ago
  16. 9d6f229 [NET] BRIDGE: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  17. a8d0f95 [NET]: Add UDPLITE support in a few missing spots by Patrick McHardy · 17 years ago
  18. 44f9a2f [NETFILTER]: ebtables: don't compute gap before checking struct type by Chuck Ebbert · 17 years ago
  19. 1e419cd [EBTABLES]: Split ebt_replace into user and kernel variants, annotate. by Al Viro · 18 years ago
  20. df07a81 [EBTABLES]: Clean ebt_register_table() up. by Al Viro · 18 years ago
  21. 1bc2326 [EBTABLES]: Move calls of ebt_verify_pointers() upstream. by Al Viro · 18 years ago
  22. f7da79d [EBTABLES]: ebt_check_entry() doesn't need valid_hooks by Al Viro · 18 years ago
  23. 177abc3 [EBTABLES]: Clean ebt_get_udc_positions() up. by Al Viro · 18 years ago
  24. 0e79553 [EBTABLES]: Switch ebt_check_entry_size_and_hooks() to use of newinfo->hook_entry[] by Al Viro · 18 years ago
  25. 1f072c9 [EBTABLES]: translate_table(): switch direct uses of repl->hook_info to newinfo by Al Viro · 18 years ago
  26. e4fd77d [EBTABLES]: Move more stuff into ebt_verify_pointers(). by Al Viro · 18 years ago
  27. 70fe9af [EBTABLES]: Pull the loop doing __ebt_verify_pointers() into a separate function. by Al Viro · 18 years ago
  28. 22b440b [EBTABLES]: Split ebt_check_entry_size_and_hooks by Al Viro · 18 years ago
  29. 14197d5 [EBTABLES]: Prevent wraparounds in checks for entry components' sizes. by Al Viro · 18 years ago
  30. 98a0824 [EBTABLES]: Deal with the worst-case behaviour in loop checks. by Al Viro · 18 years ago
  31. 40642f9 [EBTABLES]: Verify that ebt_entries have zero ->distinguisher. by Al Viro · 18 years ago
  32. bb2ef25 [EBTABLES]: Fix wraparounds in ebt_entries verification. by Al Viro · 18 years ago
  33. d12cdc3 [NETFILTER]: ebtables: add --snap-arp option by Bart De Schuymer · 18 years ago
  34. 47c183fa [BRIDGE]: Annotations. by Al Viro · 18 years ago
  35. 82e91ff [NET]: Turn nfmark into generic mark by Thomas Graf · 18 years ago
  36. 6f5b7ef [NETFILTER]: silence a warning in ebtables by Meelis Roos · 18 years ago
  37. b18dfa9 [NETFILTER]: ebt_mark: add or/and/xor action support to mark target by Bart De Schuymer · 18 years ago
  38. ed9bad0 [IPV4] net/ipv4/arp.c: trivial annotations by Al Viro · 18 years ago
  39. df0933d [NETFILTER]: kill listhelp.h by Patrick McHardy · 18 years ago
  40. 97a4f3e [NETFILTER]: Make unused signal code go away so nobody copies its brokenness by Alan Cox · 18 years ago
  41. dcb7cd9 [NETFILTER]: ulog: fix panic on SMP kernels by Mark Huang · 18 years ago
  42. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  43. 5c170a0 [NETFILTER]: fix format specifier for netfilter log targets by Philip Craig · 18 years ago
  44. 18bc89a [EBTABLES]: Clean up vmalloc usage in net/bridge/netfilter/ebtables.c by Jayachandran C · 18 years ago
  45. 7ad4d2f [BRIDGE] ebtables: fix allocation in net/bridge/netfilter/ebtables.c by Jayachandran C · 18 years ago
  46. 6f91204 [PATCH] for_each_possible_cpu: network codes by KAMEZAWA Hiroyuki · 18 years ago
  47. 65b4b4e [NETFILTER]: Rename init functions. by Andrew Morton · 18 years ago
  48. 74ca4e5a [BRIDGE] ebtables: Build fix. by Andrew Morton · 18 years ago
  49. 57b47a5 [NET]: sem2mutex part 2 by Ingo Molnar · 18 years ago
  50. c127437 [NETFILTER]: Fix wrong option spelling in Makefile for CONFIG_BRIDGE_EBT_ULOG by Gregor Maier · 18 years ago
  51. bafac2a [NETFILTER]: Restore {ipt,ip6t,ebt}_LOG compatibility by Patrick McHardy · 18 years ago
  52. ee4bb81 [NETFILTER]: Fix possible overflow in netfilters do_replace() by Kirill Korotaev · 18 years ago
  53. ad2ad0f [NETFILTER]: Fix undersized skb allocation in ipt_ULOG/ebt_ulog/nfnetlink_log by Patrick McHardy · 18 years ago
  54. c2db292 [NETFILTER]: ULOG/nfnetlink_log: Use better default value for 'nlbufsiz' by Holger Eitzenberger · 18 years ago
  55. ab67a4d [EBTABLES]: Handle SCTP/DCCP in ebt_{ip,log} by Patrick McHardy · 18 years ago
  56. 2e4e6a1 [NETFILTER] x_tables: Abstraction layer for {ip,ip6,arp}_tables by Harald Welte · 18 years ago
  57. 8b3a700 [NET]: Remove more unneeded typecasts on *malloc() by Kris Katterjohn · 18 years ago
  58. 82bf7e9 [NET]: Some more missing include/etherdevice.h includes by David S. Miller · 18 years ago
  59. 8a4c8a9 [EBTABLES] Don't match tcp/udp source/destination port for IP fragments by Bart De Schuymer · 18 years ago
  60. d3f4a68 [NET]: Change memcmp(,,ETH_ALEN) to compare_ether_addr() by Kris Katterjohn · 18 years ago
  61. 14c8502 [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h by Arnaldo Carvalho de Melo · 18 years ago
  62. d5228a4 [NETFILTER] ebtables: Support nf_log API from ebt_log and ebt_ulog by Bart De Schuymer · 19 years ago
  63. c8923c6 [NETFILTER]: Fix OOPSes on machines with discontiguous cpu numbering. by David S. Miller · 19 years ago
  64. 0662860 [NETLINK]: Add "groups" argument to netlink_kernel_create by Patrick McHardy · 19 years ago
  65. ac6d439 [NETLINK]: Convert netlink users to use group numbers instead of bitmasks by Patrick McHardy · 19 years ago
  66. a61bbcf [NET]: Store skb->timestamp as offset to a base timestamp by Patrick McHardy · 19 years ago
  67. 4fdb3bb [NETLINK]: Add properly module refcounting for kernel netlink sockets. by Harald Welte · 19 years ago
  68. 6869c4d [NETFILTER]: reduce netfilter sk_buff enlargement by Harald Welte · 19 years ago
  69. eb3f8f5 [NET]: BRIDGE_EBT_ARPREPLY must depend on INET by Adrian Bunk · 19 years ago
  70. 85c1937 [EBTABLES]: Fix thinkos in ebt_log.c by David S. Miller · 19 years ago
  71. 68d3187 [EBTABLES]: vfree() checking cleanups by James Lamanna · 19 years ago
  72. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago