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
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-04-05
7
-33
/
+42
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2019-04-04
2
-14
/
+6
|
|
\
|
|
*
flow_dissector: allow access only to a subset of __sk_buff fields
Stanislav Fomichev
2019-04-03
1
-13
/
+3
|
|
*
flow_dissector: fix clamping of BPF flow_keys for non-zero nhoff
Stanislav Fomichev
2019-04-03
1
-1
/
+2
|
|
*
net/flow_dissector: pass flow_keys->n_proto to BPF programs
Stanislav Fomichev
2019-04-03
1
-0
/
+1
|
*
|
net-gro: Fix GRO flush when receiving a GSO packet.
Steffen Klassert
2019-04-04
1
-1
/
+1
|
|
/
|
*
net: ethtool: not call vzalloc for zero sized memory request
Li RongQing
2019-03-29
1
-16
/
+30
|
*
net: core: netif_receive_skb_list: unlist skb before passing to pt->func
Alexander Lobakin
2019-03-29
1
-1
/
+3
|
*
netns: provide pure entropy for net_hash_mix()
Eric Dumazet
2019-03-29
1
-0
/
+1
|
*
net: datagram: fix unbounded loop in __skb_try_recv_datagram()
Paolo Abeni
2019-03-28
1
-1
/
+1
*
|
net: devlink: add warning for ndo_get_port_parent_id set when not needed
Jiri Pirko
2019-04-05
1
-2
/
+16
*
|
net: devlink: introduce devlink_compat_switch_id_get() helper
Jiri Pirko
2019-04-05
2
-4
/
+30
*
|
net: devlink: extend port attrs for switch ID
Jiri Pirko
2019-04-05
1
-1
/
+15
*
|
net: Remove inclusion of pci.h
Yuval Shaia
2019-04-05
1
-1
/
+0
*
|
ipv4: Add fib_nh_common to fib_result
David Ahern
2019-04-04
1
-6
/
+6
*
|
net: place xmit recursion in softnet data
Florian Westphal
2019-04-02
2
-10
/
+6
*
|
ipv6: Move ipv6 stubs to a separate header file
David Ahern
2019-03-29
2
-0
/
+2
*
|
ipv6: Rename fib6_nh entries
David Ahern
2019-03-29
1
-3
/
+3
*
|
ipv4: Rename fib_nh entries
David Ahern
2019-03-29
1
-4
/
+4
*
|
ipv6: Move gateway checks to a fib6_nh setting
David Ahern
2019-03-29
1
-1
/
+1
*
|
net: devlink: add warning for ndo_get_phys_port_name set when not needed
Jiri Pirko
2019-03-28
1
-0
/
+18
*
|
net: devlink: remove unused devlink_port_get_phys_port_name() function
Jiri Pirko
2019-03-28
1
-7
/
+0
*
|
net: devlink: introduce devlink_compat_phys_port_name_get()
Jiri Pirko
2019-03-28
2
-5
/
+34
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-03-28
2
-7
/
+18
|
\
|
|
*
net: devlink: skip info_get op call if it is not defined in dumpit
Jiri Pirko
2019-03-26
1
-0
/
+5
|
*
net-sysfs: Fix memory leak in netdev_register_kobject
Wang Hai
2019-03-21
1
-5
/
+9
|
*
net-sysfs: call dev_hold if kobject_init_and_add success
YueHaibing
2019-03-19
1
-2
/
+4
*
|
ethtool: add PHY Fast Link Down support
Heiner Kallweit
2019-03-27
1
-0
/
+2
*
|
net/core: Allow the compiler to verify declaration and definition consistency
Bart Van Assche
2019-03-27
3
-3
/
+19
*
|
net/core: Fix rtnetlink kernel-doc headers
Bart Van Assche
2019-03-27
1
-3
/
+6
*
|
net/core: Document __skb_flow_dissect() flags argument
Bart Van Assche
2019-03-27
1
-0
/
+2
*
|
net/core: Document all dev_ioctl() arguments
Bart Van Assche
2019-03-27
1
-1
/
+2
*
|
net/core: Document reuseport_add_sock() bind_inany argument
Bart Van Assche
2019-03-27
1
-0
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-03-27
1
-51
/
+299
|
\
\
|
*
|
bpf: silence uninitialized var warning in bpf_skb_net_grow
Willem de Bruijn
2019-03-24
1
-1
/
+1
|
*
|
bpf: make bpf_skb_ecn_set_ce callable from BPF_PROG_TYPE_SCHED_ACT
Peter Oskolkov
2019-03-23
1
-0
/
+2
|
*
|
bpf: add bpf_skb_adjust_room encap flags
Willem de Bruijn
2019-03-22
1
-5
/
+61
|
*
|
bpf: add bpf_skb_adjust_room flag BPF_F_ADJ_ROOM_FIXED_GSO
Willem de Bruijn
2019-03-22
1
-11
/
+27
|
*
|
bpf: add bpf_skb_adjust_room mode BPF_ADJ_ROOM_MAC
Willem de Bruijn
2019-03-22
1
-18
/
+20
|
*
|
bpf: in bpf_skb_adjust_room avoid copy in tx fast path
Willem de Bruijn
2019-03-22
1
-1
/
+1
|
*
|
bpf: add helper to check for a valid SYN cookie
Lorenz Bauer
2019-03-22
1
-0
/
+72
|
*
|
bpf: add skc_lookup_tcp helper
Lorenz Bauer
2019-03-22
1
-22
/
+122
*
|
|
net: devlink: add port type spinlock
Jiri Pirko
2019-03-24
1
-4
/
+13
*
|
|
net: devlink: warn on setting type on unregistered port
Jiri Pirko
2019-03-24
1
-0
/
+2
*
|
|
net: devlink: disallow port_attrs_set() to be called before register
Jiri Pirko
2019-03-24
1
-1
/
+2
*
|
|
net: devlink: don't pass return value of __devlink_port_type_set()
Jiri Pirko
2019-03-24
1
-6
/
+3
*
|
|
net: devlink: don't take devlink_mutex for devlink_compat_*
Jiri Pirko
2019-03-24
1
-10
/
+8
*
|
|
net: devlink: add couple of missing mutex_destroy() calls
Jiri Pirko
2019-03-24
1
-0
/
+2
*
|
|
net: convert rps_needed and rfs_needed to new static branch api
Eric Dumazet
2019-03-24
3
-11
/
+11
*
|
|
net: dev: introduce support for sch BYPASS for lockless qdisc
Paolo Abeni
2019-03-24
1
-0
/
+9
[next]