index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
netfilter
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-14
[NETFILTER]: nf_nat: remove unused name from struct nf_nat_protocol
Patrick McHardy
5
-5
/
+0
2008-04-14
[NETFILTER]: nf_conntrack_netlink: clean up NAT protocol parsing
Patrick McHardy
1
-13
/
+5
2008-04-14
[NETFILTER]: nf_nat: move NAT ctnetlink helpers to nf_nat_proto_common
Patrick McHardy
6
-48
/
+46
2008-04-14
[NETFILTER]: nf_nat: fix random mode not to overwrite port rover
Patrick McHardy
1
-5
/
+10
2008-04-14
[NETFILTER]: nf_nat: add helpers for common NAT protocol operations
Patrick McHardy
5
-141
/
+95
2008-04-14
[NETFILTER]: {ip,ip6,arp}_tables: return EAGAIN for invalid SO_GET_ENTRIES size
Patrick McHardy
2
-4
/
+4
2008-04-14
[NETFILTER]: Explicitly initialize .priority in arptable_filter
Jan Engelhardt
1
-0
/
+3
2008-04-14
[NETFILTER]: remove arpt_(un)register_target indirection macros
Jan Engelhardt
1
-5
/
+3
2008-04-14
[NETFILTER]: remove arpt_target indirection macro
Jan Engelhardt
2
-5
/
+5
2008-04-14
[NETFILTER]: remove arpt_table indirection macro
Jan Engelhardt
2
-15
/
+14
2008-04-14
[NETFILTER]: annotate rest of nf_nat_* with const
Jan Engelhardt
3
-17
/
+16
2008-04-14
[NETFILTER]: annotate {arp,ip,ip6,x}tables with const
Jan Engelhardt
3
-31
/
+33
2008-04-14
[NETFILTER]: annotate xtables targets with const and remove casts
Jan Engelhardt
6
-15
/
+18
2008-04-14
[NETFILTER]: Use non-deprecated __RW_LOCK_UNLOCKED macro
Robert P. J. Day
5
-5
/
+5
2008-04-14
[NETFILTER]: ip_tables: per-netns FILTER/MANGLE/RAW tables for real
Alexey Dobriyan
3
-12
/
+62
2008-04-14
[NETFILTER]: {ip,ip6}t_LOG: print MARK value in log output
Patrick McHardy
1
-1
/
+5
2008-04-14
[NETFILTER]: ipt_CLUSTERIP: fix race between clusterip_config_find_get and _entry_put
Pavel Emelyanov
1
-1
/
+3
2008-04-09
[NETFILTER]: nf_nat: autoload IPv4 connection tracking
Jan Engelhardt
1
-0
/
+2
2008-03-27
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
David S. Miller
4
-15
/
+8
2008-03-27
[NETFILTER]: Replate direct proc_fops assignment with proc_create call.
Denis V. Lunev
4
-15
/
+8
2008-03-25
[NETFILTER]: nf_conntrack_sip: update copyright
Patrick McHardy
1
-0
/
+2
2008-03-25
[NETFILTER]: nf_conntrack_sip: RTP routing optimization
Patrick McHardy
1
-0
/
+3
2008-03-25
[NETFILTER]: nf_nat_sip: split up SDP mangling
Patrick McHardy
1
-37
/
+84
2008-03-25
[NETFILTER]: nf_conntrack_sip: create RTCP expectations
Patrick McHardy
1
-14
/
+24
2008-03-25
[NETFILTER]: nf_conntrack_sip: create signalling expectations
Patrick McHardy
1
-22
/
+89
2008-03-25
[NETFILTER]: nf_nat_sip: translate all Contact headers
Patrick McHardy
1
-4
/
+15
2008-03-25
[NETFILTER]: nf_nat_sip: translate all Via headers
Patrick McHardy
1
-1
/
+73
2008-03-25
[NETFILTER]: nf_conntrack_sip: perform NAT after parsing
Patrick McHardy
1
-3
/
+0
2008-03-25
[NETFILTER]: nf_nat_sip: get rid of text based header translation
Patrick McHardy
1
-61
/
+37
2008-03-25
[NETFILTER]: nf_conntrack_sip: parse SIP headers properly
Patrick McHardy
1
-9
/
+9
2008-03-25
[NETFILTER]: nf_conntrack_sip: kill request URI "header" definitions
Patrick McHardy
1
-22
/
+24
2008-03-25
[NETFILTER]: nf_conntrack_sip: add seperate SDP header parsing function
Patrick McHardy
1
-37
/
+32
2008-03-25
[NETFILTER]: nf_conntrack_sip: use strlen/strcmp
Patrick McHardy
1
-6
/
+6
2008-03-25
[NETFILTER]: nf_conntrack_sip: remove redundant function arguments
Patrick McHardy
1
-24
/
+25
2008-03-25
[NETFILTER]: nf_conntrack_sip: adjust dptr and datalen after packet mangling
Patrick McHardy
1
-43
/
+48
2008-03-25
[NETFILTER]: nf_nat_sip: fix NAT setup order
Patrick McHardy
1
-6
/
+6
2008-03-25
[NETFILTER]: nf_conntrack: introduce expectation classes and policies
Patrick McHardy
1
-4
/
+8
2008-03-25
[NETFILTER]: ipt_CLUSTERIP: fix non-existant macro-name
Patrick McHardy
1
-1
/
+1
2008-03-26
[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
YOSHIFUJI Hideaki
2
-16
/
+16
2008-03-26
[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
YOSHIFUJI Hideaki
2
-2
/
+2
2008-03-21
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
David S. Miller
1
-0
/
+2
2008-03-20
[NETFILTER]: ipt_recent: sanity check hit count
Daniel Hokka Zakrisson
1
-0
/
+2
2008-03-05
net: replace remaining __FUNCTION__ occurrences
Harvey Harrison
2
-2
/
+2
2008-03-05
[IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid casts
Eric Dumazet
2
-3
/
+3
2008-03-03
[ARP]: Introduce the arp_hdr_len helper.
Pavel Emelyanov
1
-4
/
+1
2008-02-29
[NETFILTER/RXRPC]: Don't use seq_release_private where inappropriate.
Pavel Emelyanov
1
-1
/
+1
2008-02-28
[NETFILTER]: Consolidate masq_inet_event and masq_device_event.
Denis V. Lunev
1
-12
/
+2
2008-02-19
[NETFILTER]: Fix incorrect use of skb_make_writable
Joonwoo Park
1
-1
/
+1
2008-02-19
[NETFILTER]: {ip,ip6,nfnetlink}_queue: fix SKB_LINEAR_ASSERT when mangling packet data
Patrick McHardy
1
-5
/
+7
2008-02-07
[NETFILTER]: nf_conntrack: fix ct_extend ->move operation
Patrick McHardy
1
-3
/
+3
[prev]
[next]