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
*
bonding: remove rtmsg_ifinfo called after bond_lower_state_changed
Xin Long
2017-10-25
1
-1
/
+0
*
rtnetlink: bring NETDEV_CHANGELOWERSTATE event process back to rtnetlink_event
Xin Long
2017-10-25
1
-0
/
+1
*
tcp: add tracepoint trace_tcp_send_reset
Song Liu
2017-10-24
1
-0
/
+2
*
net: core: rtnetlink: use BUG_ON instead of if condition followed by BUG
Gustavo A. R. Silva
2017-10-23
1
-2
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-10-22
8
-32
/
+63
|
\
|
*
net: ethtool: remove error check for legacy setting transceiver type
Niklas Söderlund
2017-10-22
1
-3
/
+2
|
*
soreuseport: fix initialization race
Craig Gallek
2017-10-22
1
-3
/
+9
|
*
sock: correct sk_wmem_queued accounting on efault in tcp zerocopy
Willem de Bruijn
2017-10-22
1
-0
/
+4
|
*
bpf: remove mark access for SK_SKB program types
John Fastabend
2017-10-20
1
-1
/
+1
|
*
bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb region
John Fastabend
2017-10-20
1
-14
/
+15
|
*
dev_ioctl: add missing NETDEV_CHANGE_TX_QUEUE_LEN event notification
Xin Long
2017-10-16
1
-1
/
+12
|
*
tun: call dev_get_valid_name() before register_netdevice()
Cong Wang
2017-10-16
1
-3
/
+3
|
*
net: enable interface alias removal via rtnl
Nicolas Dichtel
2017-10-16
1
-1
/
+4
|
*
rtnetlink: do not set notification for tx_queue_len in do_setlink
Xin Long
2017-10-16
1
-1
/
+1
|
*
rtnetlink: check DO_SETLINK_NOTIFY correctly in do_setlink
Xin Long
2017-10-16
1
-1
/
+1
|
*
rtnetlink: bring NETDEV_CHANGEUPPER event process back in rtnetlink_event
Xin Long
2017-10-16
1
-0
/
+1
|
*
rtnetlink: bring NETDEV_POST_TYPE_CHANGE event process back in rtnetlink_event
Xin Long
2017-10-16
1
-0
/
+1
|
*
rtnetlink: bring NETDEV_CHANGE_TX_QUEUE_LEN event process back in rtnetlink_e...
Xin Long
2017-10-16
1
-0
/
+1
|
*
rtnetlink: bring NETDEV_CHANGEMTU event process back in rtnetlink_event
Xin Long
2017-10-16
1
-0
/
+1
|
*
net: fix typo in skbuff.c
Wenhua Shi
2017-10-15
1
-1
/
+1
|
*
net: call cgroup_sk_alloc() earlier in sk_clone_lock()
Eric Dumazet
2017-10-11
1
-2
/
+1
|
*
Revert "net: defer call to cgroup_sk_alloc()"
Eric Dumazet
2017-10-11
1
-1
/
+2
|
*
net: defer call to cgroup_sk_alloc()
Eric Dumazet
2017-10-10
1
-2
/
+1
|
*
net: memcontrol: defer call to mem_cgroup_sk_alloc()
Eric Dumazet
2017-10-10
1
-1
/
+4
*
|
bpf: Adding helper function bpf_getsockops
Lawrence Brakmo
2017-10-22
1
-1
/
+45
*
|
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...
David S. Miller
2017-10-19
1
-0
/
+16
|
\
\
|
*
|
ethtool: add ethtool_intersect_link_masks
Alan Brady
2017-10-17
1
-0
/
+16
*
|
|
bpf: allow access to skb->len from offloads
Jakub Kicinski
2017-10-18
1
-0
/
+2
*
|
|
bpf: move knowledge about post-translation offsets out of verifier
Jakub Kicinski
2017-10-18
1
-0
/
+40
*
|
|
bpf: split verifier and program ops
Jakub Kicinski
2017-10-18
1
-9
/
+36
*
|
|
net/core: Convert sk_timer users to use timer_setup()
Kees Cook
2017-10-18
1
-1
/
+1
*
|
|
net/core: Collapse redundant sk_timer callback data assignments
Kees Cook
2017-10-18
1
-1
/
+1
*
|
|
bpf: cpumap xdp_buff to skb conversion and allocation
Jesper Dangaard Brouer
2017-10-18
1
-0
/
+27
*
|
|
bpf: XDP_REDIRECT enable use of cpumap
Jesper Dangaard Brouer
2017-10-18
1
-29
/
+111
|
/
/
*
|
net: export netdev_txq_to_tc to allow sch_mqprio to compile as module
Henrik Austad
2017-10-17
1
-0
/
+1
*
|
net: core: rcu-ify rtnl af_ops
Florian Westphal
2017-10-16
1
-16
/
+46
*
|
rtnetlink: place link af dump into own helper
Florian Westphal
2017-10-16
1
-30
/
+42
*
|
tcp: add a tracepoint for tcp retransmission
Cong Wang
2017-10-15
1
-0
/
+1
*
|
net: dst: move cpu inside ifdef to avoid compilation warning
Jakub Kicinski
2017-10-11
1
-1
/
+1
*
|
rtnetlink: bridge: use ext_ack instead of printk
Florian Westphal
2017-10-10
1
-14
/
+14
*
|
net/core: Fix BUG to BUG_ON conditionals.
Tim Hansen
2017-10-10
1
-9
/
+6
*
|
bpf: don't rely on the verifier lock for metadata_dst allocation
Jakub Kicinski
2017-10-10
2
-7
/
+25
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-10-06
3
-5
/
+17
|
\
|
|
*
net: rtnetlink: fix info leak in RTM_GETSTATS call
Nikolay Aleksandrov
2017-10-03
1
-0
/
+3
|
*
socket, bpf: fix possible use after free
Eric Dumazet
2017-10-03
2
-5
/
+12
|
*
net: Set sk_prot_creator when cloning sockets to the right proto
Christoph Paasch
2017-09-28
1
-0
/
+2
*
|
net: Add extack to upper device linking
David Ahern
2017-10-05
1
-5
/
+10
*
|
net: Add extack to ndo_add_slave
David Ahern
2017-10-05
1
-4
/
+6
*
|
net: Add extack to netdev_notifier_info
David Ahern
2017-10-05
1
-32
/
+47
*
|
dev: advertise the new nsid when the netns iface changes
Nicolas Dichtel
2017-10-05
2
-12
/
+30
[next]