index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
netfilter
Commit message (
Expand
)
Author
Age
Files
Lines
*
netfilter: xtables: add scheduling opportunity in get_counters
Florian Westphal
2017-09-08
2
-0
/
+2
*
net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros.
Varsha Rao
2017-09-04
1
-9
/
+3
*
net: Replace NF_CT_ASSERT() with WARN_ON().
Varsha Rao
2017-09-04
3
-8
/
+8
*
netfilter: remove unused hooknum arg from packet functions
Florian Westphal
2017-09-04
1
-1
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2017-09-03
12
-84
/
+63
|
\
|
*
netfilter: conntrack: place print_tuple in procfs part
Florian Westphal
2017-08-24
2
-19
/
+0
|
*
netfilter: conntrack: remove protocol name from l4proto struct
Florian Westphal
2017-08-24
1
-1
/
+0
|
*
netfilter: conntrack: remove protocol name from l3proto struct
Florian Westphal
2017-08-24
1
-1
/
+0
|
*
netfilter: conntrack: compute l3proto nla size at compile time
Florian Westphal
2017-08-24
1
-6
/
+7
|
*
netfilter: nf_nat_h323: fix logical-not-parentheses warning
Nick Desaulniers
2017-08-24
1
-27
/
+30
|
*
netfilter: constify nf_loginfo structures
Julia Lawall
2017-08-02
3
-3
/
+3
|
*
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
1
-14
/
+2
|
*
netfilter: nf_hook_ops structs can be const
Florian Westphal
2017-07-31
5
-5
/
+5
|
*
netfilter: nf_tables: fib: use skb_header_pointer
Pablo M. Bermudo Garay
2017-07-31
1
-4
/
+16
*
|
netfilter: x_tables: Fix use-after-free in ipt_do_table.
Taehee Yoo
2017-07-31
2
-9
/
+10
*
|
netfilter: ipt_CLUSTERIP: fix use-after-free of proc entry
Sabrina Dubroca
2017-07-19
1
-1
/
+3
|
/
*
netfilter: nf_tables: only allow in/output for arp packets
Florian Westphal
2017-07-17
1
-2
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2017-06-30
2
-37
/
+82
|
\
|
*
netfilter: ipt_CLUSTERIP: do not hold dev
Xin Long
2017-06-19
1
-28
/
+73
|
*
netfilter: conntrack: rename nf_ct_iterate_cleanup
Florian Westphal
2017-05-29
1
-2
/
+2
|
*
netfilter: ipt_CLUSTERIP: switch to nf_register_net_hook
Florian Westphal
2017-05-29
1
-7
/
+7
*
|
networking: make skb_put & friends return void pointers
Johannes Berg
2017-06-16
2
-6
/
+6
*
|
networking: convert many more places to skb_put_zero()
Johannes Berg
2017-06-16
1
-2
/
+1
|
/
*
sk_buff: remove support for csum_bad in sk_buff
Davide Caratti
2017-05-19
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2017-05-01
10
-99
/
+113
|
\
|
*
netfilter: snmp: avoid stack size warning
Florian Westphal
2017-05-01
1
-6
/
+6
|
*
netfilter: don't attach a nat extension by default
Florian Westphal
2017-04-26
1
-3
/
+1
|
*
netfilter: pptp: attach nat extension when needed
Florian Westphal
2017-04-26
1
-4
/
+21
|
*
netfilter: masquerade: attach nat extension if not present
Florian Westphal
2017-04-26
1
-2
/
+3
|
*
netfilter: SYNPROXY: Return NF_STOLEN instead of NF_DROP during handshaking
Gao Feng
2017-04-26
1
-7
/
+14
|
*
netfilter: synproxy: only register hooks when needed
Florian Westphal
2017-04-26
1
-34
/
+39
|
*
netfilter: remove nf_ct_is_untracked
Florian Westphal
2017-04-15
2
-5
/
+1
|
*
netfilter: kill the fake untracked conntrack objects
Florian Westphal
2017-04-15
1
-2
/
+1
|
*
netfilter: Remove exceptional & on function name
Arushi Singhal
2017-04-07
1
-1
/
+1
|
*
netfilter: Remove unnecessary cast on void pointer
simran singhal
2017-04-07
2
-25
/
+16
|
*
netfilter: nat: nf_nat_mangle_{udp,tcp}_packet returns boolean
Gao Feng
2017-04-06
1
-10
/
+10
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-04-15
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
netfilter: ipt_CLUSTERIP: Fix wrong conntrack netns refcnt usage
Gao Feng
2017-04-13
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-04-06
1
-18
/
+2
|
\
\
|
|
/
|
*
netfilter: nf_nat_snmp: Fix panic when snmp_trap_helper fails to register
Gao Feng
2017-03-27
1
-18
/
+1
|
*
netfilter: invoke synchronize_rcu after set the _hook_ to NULL
Liping Zhang
2017-03-27
1
-0
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-03-23
4
-13
/
+12
|
\
\
|
|
/
|
*
netfilter: nf_tables: fix mismatch in big-endian system
Liping Zhang
2017-03-13
2
-8
/
+8
|
*
netfilter: don't track fragmented packets
Florian Westphal
2017-03-08
2
-5
/
+4
*
|
netfilter: refcounter conversions
Reshetova, Elena
2017-03-17
1
-9
/
+10
*
|
netfilter: nft_fib: Support existence check
Phil Sutter
2017-03-13
1
-2
/
+2
*
|
netfilter: nf_reject: remove unused variable
Taehee Yoo
2017-03-08
1
-3
/
+0
*
|
netfilter: arp_tables: remove redundant check on ret being non-zero
Colin Ian King
2017-03-06
1
-2
/
+0
*
|
netfilter: Use pr_cont where appropriate
Joe Perches
2017-03-06
1
-13
/
+2
|
/
[next]