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