index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
/
ip6_tunnel.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-08-24
netfilter: conntrack: remove protocol name from l3proto struct
Florian Westphal
5
-7
/
+11
2017-08-24
netfilter: conntrack: compute l3proto nla size at compile time
Florian Westphal
5
-30
/
+28
2017-08-24
netfilter: nf_nat_h323: fix logical-not-parentheses warning
Nick Desaulniers
1
-27
/
+30
2017-08-19
netfilter: rt: add support to fetch path mss
Florian Westphal
2
-0
/
+68
2017-08-19
netfilter: exthdr: tcp option set support
Florian Westphal
2
-3
/
+165
2017-08-19
netfilter: exthdr: split netlink dump function
Florian Westphal
1
-5
/
+11
2017-08-19
netfilter: exthdr: factor out tcp option access
Florian Westphal
1
-12
/
+21
2017-08-19
netfilter: use audit_log()
Geliang Tang
2
-19
/
+8
2017-08-19
netfilter: remove prototype of netfilter_queue_init
Taehee Yoo
1
-1
/
+0
2017-08-19
netfilter: connlimit: merge root4 and root6.
Taehee Yoo
1
-15
/
+8
2017-08-02
netfilter: constify nf_loginfo structures
Julia Lawall
7
-7
/
+7
2017-08-02
netfilter: constify nf_conntrack_l3/4proto parameters
Julia Lawall
6
-29
/
+30
2017-08-02
netfilter: xtables: Remove unused variable in compat_copy_entry_from_user()
Taehee Yoo
2
-4
/
+0
2017-07-31
netfilter: conntrack: do not enable connection tracking unless needed
Florian Westphal
6
-94
/
+4
2017-07-31
netfilter: nft_set_rbtree: use seqcount to avoid lock in most cases
Florian Westphal
1
-12
/
+37
2017-07-31
netfilter: nf_tables: Allow object names of up to 255 chars
Phil Sutter
3
-4
/
+11
2017-07-31
netfilter: nf_tables: Allow set names of up to 255 chars
Phil Sutter
3
-6
/
+16
2017-07-31
netfilter: nf_tables: Allow chain name of up to 255 chars
Phil Sutter
4
-13
/
+54
2017-07-31
netfilter: nf_tables: Allow table names of up to 255 chars
Phil Sutter
4
-16
/
+40
2017-07-31
netlink: Introduce nla_strdup()
Phil Sutter
2
-0
/
+25
2017-07-31
netfilter: nf_tables: No need to check chain existence when tracing
Phil Sutter
1
-8
/
+5
2017-07-31
netfilter: nf_hook_ops structs can be const
Florian Westphal
18
-18
/
+18
2017-07-31
netfilter: nfnetlink_queue: don't queue dying conntracks to userspace
Florian Westphal
1
-0
/
+19
2017-07-31
netfilter: conntrack: destroy functions need to free queued packets
Florian Westphal
2
-0
/
+5
2017-07-31
netfilter: add and use nf_ct_unconfirmed_destroy
Florian Westphal
3
-4
/
+15
2017-07-31
netfilter: expect: add and use nf_ct_expect_iterate helpers
Florian Westphal
4
-61
/
+95
2017-07-31
netfilter: conntrack: Change to deferable work queue
subashab@codeaurora.org
1
-1
/
+1
2017-07-31
netfilter: nf_tables: add fib expression to the netdev family
Pablo M. Bermudo Garay
3
-0
/
+97
2017-07-31
netfilter: nf_tables: fib: use skb_header_pointer
Pablo M. Bermudo Garay
2
-10
/
+39
2017-07-24
netfilter: nf_tables: Attach process info to NFT_MSG_NEWGEN notifications
Phil Sutter
2
-1
/
+6
2017-07-24
netfilter: Remove duplicated rcu_read_lock.
Taehee Yoo
20
-128
/
+13
2017-07-24
netfilter: nf_tables: keep chain counters away from hot path
Pablo Neira Ayuso
3
-16
/
+23
2017-07-24
netfilter: expect: add to hash table after expect init
Florian Westphal
1
-6
/
+6
2017-07-21
net: bonding: Fix transmit load balancing in balance-alb mode
Kosuke Tatsukawa
1
-1
/
+1
2017-07-21
rds: Make sure updates to cp_send_gen can be observed
HÃ¥kon Bugge
1
-3
/
+3
2017-07-21
cxgb4: display serial config and vpd versions
Ganesh Goudar
4
-58
/
+188
2017-07-21
net: ethernet: ti: cpsw: Push the request_irq function to the end of probe
Keerthy
1
-24
/
+25
2017-07-21
ipv4: initialize fib_trie prior to register_netdev_notifier call.
Mahesh Bandewar
1
-4
/
+5
2017-07-21
rtnetlink: allocate more memory for dev_set_mac_address()
WANG Cong
1
-1
/
+2
2017-07-21
net: dsa: b53: Add missing ARL entries for BCM53125
Florian Fainelli
1
-0
/
+1
2017-07-21
bpf: more tests for mixed signed and unsigned bounds checks
Daniel Borkmann
1
-0
/
+418
2017-07-21
bpf: add test for mixed signed and unsigned bounds checks
Edward Cree
1
-0
/
+52
2017-07-21
bpf: fix up test cases with mixed signed/unsigned bounds
Daniel Borkmann
1
-4
/
+4
2017-07-21
bpf: allow to specify log level and reduce it for test_verifier
Daniel Borkmann
4
-5
/
+5
2017-07-21
bpf: fix mixed signed/unsigned derived min/max value bounds
Daniel Borkmann
2
-14
/
+95
2017-07-20
x86: mark kprobe templates as character arrays, not single characters
Linus Torvalds
1
-4
/
+4
2017-07-20
HID: hid-logitech-hidpp: add NULL check on devm_kmemdup() return value
Gustavo A. R. Silva
1
-0
/
+3
2017-07-20
ipv6: avoid overflow of offset in ip6_find_1stfragopt
Sabrina Dubroca
1
-2
/
+6
2017-07-20
net: tehuti: don't process data if it has not been copied from userspace
Colin Ian King
1
-0
/
+2
2017-07-20
Revert "rtnetlink: Do not generate notifications for CHANGEADDR event"
David Ahern
1
-0
/
+1
[next]