index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ieee802154
/
nl-mac.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-09-28
netfilter: nf_tables: add requirements for connsecmark support
Christian Göttsche
2
-1
/
+24
2018-09-28
netfilter: nf_tables: add SECMARK support
Christian Göttsche
4
-5
/
+153
2018-09-28
netfilter: masquerade: don't flush all conntracks if only one address deleted...
Tan Hu
2
-6
/
+35
2018-09-21
netfilter: ctnetlink: must check mark attributes vs NULL
Florian Westphal
1
-2
/
+9
2018-09-20
netfilter: nf_tables: use rhashtable_walk_enter instead of rhashtable_walk_init
Taehee Yoo
2
-46
/
+19
2018-09-20
netfilter: nat: remove duplicate skb_is_nonlinear() in __nf_nat_mangle_tcp_pa...
Taehee Yoo
1
-3
/
+1
2018-09-20
netfilter: conntrack: clamp l4proto array size at largers supported protocol
Florian Westphal
2
-2
/
+2
2018-09-20
netfilter: conntrack: remove l3->l4 mapping information
Florian Westphal
20
-301
/
+76
2018-09-20
netfilter: conntrack: remove unused proto arg from netns init functions
Florian Westphal
10
-12
/
+11
2018-09-20
netfilter: conntrack: remove error callback and handle icmp from core
Florian Westphal
4
-22
/
+52
2018-09-20
netfilter: conntrack: avoid using ->error callback if possible
Florian Westphal
3
-106
/
+91
2018-09-20
netfilter: conntrack: deconstify packet callback skb pointer
Florian Westphal
9
-64
/
+95
2018-09-20
netfilter: conntrack: remove the l4proto->new() function
Florian Westphal
10
-263
/
+194
2018-09-20
netfilter: conntrack: pass nf_hook_state to packet and error handlers
Florian Westphal
13
-115
/
+142
2018-09-17
netfilter: nat: remove unnecessary rcu_read_lock in nf_nat_redirect_ipv{4/6}
Taehee Yoo
1
-4
/
+0
2018-09-17
netfilter: cttimeout: remove superfluous check on layer 4 netlink functions
Pablo Neira Ayuso
2
-33
/
+18
2018-09-17
netfilter: nf_nat_ipv4: remove obsolete EXPORT_SYMBOL
Florian Westphal
1
-1
/
+0
2018-09-17
netfilter: xtables: avoid BUG_ON
Florian Westphal
4
-9
/
+12
2018-09-17
netfilter: nf_tables: avoid BUG_ON usage
Florian Westphal
3
-7
/
+14
2018-09-17
netfilter: xt_cgroup: shrink size of v2 path
Pablo Neira Ayuso
2
-0
/
+88
2018-09-17
netfilter: ctnetlink: Support L3 protocol-filter on flush
Kristian Evensen
1
-22
/
+28
2018-09-17
netfilter: nf_tables: add xfrm expression
Florian Westphal
4
-0
/
+330
2018-09-17
netfilter: remove obsolete need_conntrack stub
Florian Westphal
2
-10
/
+0
2018-09-17
netfilter: nf_tables: asynchronous release
Florian Westphal
2
-6
/
+52
2018-09-17
netfilter: nf_tables: warn when expr implements only one of activate/deactivate
Florian Westphal
1
-0
/
+19
2018-09-17
netfilter: nf_tables: split set destruction in deactivate and destroy phase
Florian Westphal
5
-15
/
+89
2018-09-17
netfilter: nf_tables: rt: allow checking if dst has xfrm attached
Florian Westphal
2
-0
/
+13
2018-09-17
ip6_gre: simplify gre header parsing in ip6gre_err
Haishuang Yan
1
-22
/
+4
2018-09-17
ip_gre: fix parsing gre header in ipgre_err
Haishuang Yan
2
-9
/
+7
2018-09-17
net: phy: et011c: Remove incorrect PHY_POLL flags
Florian Fainelli
1
-1
/
+0
2018-09-17
net/sched: act_police: don't use spinlock in the data path
Davide Caratti
1
-64
/
+92
2018-09-17
net/sched: act_police: use per-cpu counters
Davide Caratti
1
-24
/
+22
2018-09-14
cxgb4: update supported DCB version
Ganesh Goudar
2
-2
/
+31
2018-09-14
cxgb4: add per rx-queue counter for packet errors
Ganesh Goudar
3
-0
/
+6
2018-09-14
cxgb4: Fix endianness issue in t4_fwcache()
Ganesh Goudar
1
-1
/
+1
2018-09-14
net: move definition of pcpu_lstats to header file
Li RongQing
4
-22
/
+10
2018-09-14
net/ibm/emac: Remove VLA usage
Kees Cook
2
-1
/
+8
2018-09-14
pktgen: Fix fall-through annotation
Gustavo A. R. Silva
1
-1
/
+1
2018-09-14
tg3: Fix fall-through annotations
Gustavo A. R. Silva
1
-6
/
+6
2018-09-13
gso_segment: Reset skb->mac_len after modifying network header
Toke Høiland-Jørgensen
2
-0
/
+2
2018-09-13
vxlan: Remove duplicated include from vxlan.h
YueHaibing
1
-1
/
+0
2018-09-13
net: dsa: b53: Do not fail when IRQ are not initialized
Florian Fainelli
1
-1
/
+7
2018-09-13
vhost_net: batch submitting XDP buffers to underlayer sockets
Jason Wang
1
-13
/
+161
2018-09-13
tap: accept an array of XDP buffs through sendmsg()
Jason Wang
1
-2
/
+72
2018-09-13
tuntap: accept an array of XDP buffs through sendmsg()
Jason Wang
1
-3
/
+114
2018-09-13
tun: switch to new type of msg_control
Jason Wang
4
-9
/
+36
2018-09-13
tuntap: move XDP flushing out of tun_do_xdp()
Jason Wang
1
-1
/
+2
2018-09-13
tuntap: split out XDP logic
Jason Wang
1
-37
/
+51
2018-09-13
tuntap: tweak on the path of skb XDP case in tun_build_skb()
Jason Wang
1
-15
/
+24
2018-09-13
tuntap: simplify error handling in tun_build_skb()
Jason Wang
1
-7
/
+3
[next]