index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: Add netdev all_adj_list refcnt propagation to fix panic
Andrew Collins
2016-10-04
1
-31
/
+37
*
net: skbuff: Limit skb_vlan_pop/push() to expect skb->data at mac header
Shmulik Ladkani
2016-10-04
1
-15
/
+22
*
net: rtnl: avoid uninitialized data in IFLA_VF_VLAN_LIST handling
Arnd Bergmann
2016-10-03
1
-0
/
+3
*
net: pktgen: fix pkt_size
Paolo Abeni
2016-10-03
1
-11
/
+10
*
net: do not export sk_stream_write_space
Eric Dumazet
2016-09-29
1
-1
/
+0
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
Pablo Neira Ayuso
2016-09-25
6
-164
/
+490
|
\
|
*
net: Update API for VF vlan protocol 802.1ad support
Moshe Shemesh
2016-09-24
1
-15
/
+65
|
*
bpf: add helper to invalidate hash
Daniel Borkmann
2016-09-23
1
-0
/
+18
|
*
bpf: use bpf_get_smp_processor_id_proto instead of raw one
Daniel Borkmann
2016-09-23
1
-0
/
+2
|
*
bpf: use skb_to_full_sk helper in bpf_skb_under_cgroup
Daniel Borkmann
2016-09-23
1
-1
/
+1
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-09-23
1
-1
/
+4
|
|
\
|
|
*
cgroup: duplicate cgroup reference when cloning sockets
Johannes Weiner
2016-09-20
1
-1
/
+4
|
*
|
net: skbuff: Coding: Use eth_type_vlan() instead of open coding it
Shmulik Ladkani
2016-09-22
1
-4
/
+2
|
*
|
net: skbuff: Remove errornous length validation in skb_vlan_pop()
Shmulik Ladkani
2016-09-22
1
-6
/
+4
|
*
|
net: skbuff: Export __skb_vlan_pop
Shmulik Ladkani
2016-09-22
1
-2
/
+5
|
*
|
bpf: direct packet write and access for helpers for clsact progs
Daniel Borkmann
2016-09-21
1
-17
/
+117
|
*
|
gso: Support partial splitting at the frag_list pointer
Steffen Klassert
2016-09-20
1
-11
/
+40
|
*
|
net: core: Add offload stats to if_stats_msg
Nogah Frankel
2016-09-19
1
-4
/
+107
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-09-13
2
-2
/
+20
|
|
\
|
|
|
*
bonding: Fix bonding crash
Mahesh Bandewar
2016-09-04
1
-0
/
+16
|
|
*
rps: flow_dissector: Fix uninitialized flow_keys used in __skb_get_hash possibly
Gao Feng
2016-09-02
1
-2
/
+4
|
*
|
net: use IS_ENABLED() instead of checking for built-in or module
Javier Martinez Canillas
2016-09-11
1
-2
/
+1
|
*
|
bpf: add BPF_CALL_x macros for declaring helpers
Daniel Borkmann
2016-09-10
1
-81
/
+48
|
*
|
bpf: add own ctx rewriter on ifindex for clsact progs
Daniel Borkmann
2016-09-10
1
-6
/
+31
|
*
|
bpf: add BPF_SIZEOF and BPF_FIELD_SIZEOF macros
Daniel Borkmann
2016-09-10
1
-8
/
+7
|
*
|
bpf: minor cleanups in helpers
Daniel Borkmann
2016-09-10
1
-4
/
+3
|
*
|
rtnetlink: remove unused ifla_stats_policy
stephen hemminger
2016-09-10
1
-4
/
+0
|
*
|
tcp: use an RB tree for ooo receive queue
Yaogong Wang
2016-09-09
1
-0
/
+19
*
|
|
netfilter: call nf_hook_ingress with rcu_read_lock
Aaron Conole
2016-09-24
1
-1
/
+6
|
/
/
*
|
netns: avoid disabling irq for netns id
WANG Cong
2016-09-04
1
-20
/
+15
*
|
vxlan: call peernet2id() in fdb notification
WANG Cong
2016-09-04
1
-1
/
+1
*
|
rtnetlink: fdb dump: optimize by saving last interface markers
Roopa Prabhu
2016-09-02
1
-40
/
+65
*
|
netns: make nla_policy const
stephen hemminger
2016-09-01
1
-1
/
+1
*
|
drop_monitor: make genl_multicast_group const
stephen hemminger
2016-09-01
1
-1
/
+1
*
|
net: lwtunnel: Handle fragmentation
Roopa Prabhu
2016-08-31
1
-0
/
+35
*
|
net: batch calls to flush_all_backlogs()
Eric Dumazet
2016-08-31
1
-20
/
+12
*
|
bridge: switchdev: Add forward mark support for stacked devices
Ido Schimmel
2016-08-26
1
-10
/
+0
*
|
net: flush the softnet backlog in process context
Paolo Abeni
2016-08-26
1
-22
/
+50
*
|
net: remove clear_sk() method
Eric Dumazet
2016-08-24
1
-6
/
+2
*
|
udp: get rid of sk_prot_clear_portaddr_nulls()
Eric Dumazet
2016-08-24
1
-18
/
+0
*
|
net: rtnetlink: Don't export empty RTAX_FEATURES
Phil Sutter
2016-08-24
1
-0
/
+2
*
|
bpf: get rid of cgroup helper related ifdefs
Daniel Borkmann
2016-08-19
1
-5
/
+1
*
|
bpf: enable event output helper also for xdp types
Daniel Borkmann
2016-08-19
1
-1
/
+41
*
|
bpf: add bpf_skb_change_tail helper
Daniel Borkmann
2016-08-19
1
-3
/
+97
*
|
bpf: use skb_pkt_type_ok helper in bpf_skb_change_type
Daniel Borkmann
2016-08-19
1
-2
/
+2
*
|
flow_dissector: Get vlan priority in addition to vlan id
Hadar Hen Zion
2016-08-19
1
-9
/
+16
*
|
flow_dissector: For stripped vlan, get vlan info from skb->vlan_tci
Hadar Hen Zion
2016-08-19
1
-8
/
+26
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-08-18
2
-64
/
+26
|
\
|
|
*
net: remove type_check from dev_get_nest_level()
Sabrina Dubroca
2016-08-14
1
-7
/
+3
|
*
bpf: fix write helpers with regards to non-linear parts
Daniel Borkmann
2016-08-14
1
-52
/
+18
[next]