| Commit message (Expand) | Author | Age | Files | Lines |
* | datagram: introduce skb_copy_and_hash_datagram_iter helper | Sagi Grimberg | 2018-12-13 | 1 | -1/+19 |
* | datagram: consolidate datagram copy to iter helpers | Sagi Grimberg | 2018-12-13 | 1 | -94/+42 |
* | datagram: open-code copy_page_to_iter | Sagi Grimberg | 2018-12-13 | 1 | -3/+6 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2018-12-10 | 35 | -176/+278 |
|\ |
|
| * | net/sched: cls_flower: Reject duplicated rules also under skip_sw | Or Gerlitz | 2018-12-09 | 1 | -13/+10 |
| * | ipv6: Check available headroom in ip6_xmit() even without options | Stefano Brivio | 2018-12-08 | 1 | -21/+21 |
| * | tcp: lack of available data can also cause TSO defer | Eric Dumazet | 2018-12-08 | 1 | -11/+24 |
| * | ipv6: sr: properly initialize flowi6 prior passing to ip6_route_output | Shmulik Ladkani | 2018-12-07 | 1 | -0/+1 |
| * | ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changes | Jiri Wiesner | 2018-12-06 | 3 | -2/+21 |
| * | sctp: frag_point sanity check | Jakub Audykowicz | 2018-12-06 | 2 | -2/+7 |
| * | tcp: fix NULL ref in tail loss probe | Yuchung Cheng | 2018-12-06 | 1 | -4/+7 |
| * | tcp: Do not underestimate rwnd_limited | Eric Dumazet | 2018-12-06 | 1 | -1/+4 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2018-12-06 | 2 | -19/+29 |
| |\ |
|
| | * | bpf: refactor bpf_test_run() to separate own failures and test program result | Roman Gushchin | 2018-12-01 | 1 | -6/+15 |
| | * | bpf: Support sk lookup in netns with id 0 | Joe Stringer | 2018-12-01 | 1 | -5/+6 |
| | * | bpf: fix pointer offsets in context for 32 bit | Daniel Borkmann | 2018-12-01 | 1 | -8/+8 |
| * | | net: use skb_list_del_init() to remove from RX sublists | Edward Cree | 2018-12-06 | 3 | -8/+8 |
| * | | Merge tag 'mac80211-for-davem-2018-12-05' of git://git.kernel.org/pub/scm/lin... | David S. Miller | 2018-12-05 | 10 | -14/+33 |
| |\ \ |
|
| | * | | cfg80211: Fix busy loop regression in ieee80211_ie_split_ric() | Jouni Malinen | 2018-12-05 | 1 | -0/+2 |
| | * | | mac80211: ignore NullFunc frames in the duplicate detection | Emmanuel Grumbach | 2018-12-05 | 1 | -0/+1 |
| | * | | mac80211: fix reordering of buffered broadcast packets | Felix Fietkau | 2018-12-05 | 1 | -2/+2 |
| | * | | mac80211: ignore tx status for PS stations in ieee80211_tx_status_ext | Felix Fietkau | 2018-12-05 | 1 | -0/+2 |
| | * | | cfg80211: Prevent regulatory restore during STA disconnect in concurrent inte... | Sriram R | 2018-11-09 | 1 | -1/+5 |
| | * | | mac80211: fix CSA beacon allocation size | Johannes Berg | 2018-11-09 | 1 | -3/+4 |
| | * | | cfg80211/mac80211: fix FTM settings across CSA | Johannes Berg | 2018-11-09 | 1 | -0/+1 |
| | * | | mac80211: Clear beacon_int in ieee80211_do_stop | Ben Greear | 2018-11-09 | 1 | -0/+2 |
| | * | | mac80211: fix GFP_KERNEL under tasklet context | Yan-Hsuan Chuang | 2018-11-09 | 1 | -2/+2 |
| | * | | cfg80211: add missing constraint for user-supplied VHT mask | Sergey Matyukevich | 2018-11-09 | 2 | -2/+4 |
| | * | | mac80211: fix missing unlock on error in ieee80211_mark_sta_auth() | Wei Yongjun | 2018-11-09 | 1 | -4/+8 |
| * | | | rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devices | Eric Dumazet | 2018-12-05 | 1 | -0/+3 |
| * | | | net/core: tidy up an error message | Qian Cai | 2018-12-04 | 1 | -2/+2 |
| * | | | sctp: kfree_rcu asoc | Xin Long | 2018-12-04 | 1 | -1/+1 |
| * | | | tcp: fix SNMP TCP timeout under-estimation | Yuchung Cheng | 2018-12-01 | 1 | -4/+4 |
| * | | | tcp: fix SNMP under-estimation on failed retransmission | Yuchung Cheng | 2018-12-01 | 1 | -1/+1 |
| * | | | tcp: fix off-by-one bug on aborting window-probing socket | Yuchung Cheng | 2018-12-01 | 1 | -1/+1 |
| * | | | net: dsa: Fix tagging attribute location | Florian Fainelli | 2018-12-01 | 2 | -29/+33 |
| * | | | net/sched: act_police: fix memory leak in case of invalid control action | Davide Caratti | 2018-12-01 | 1 | -12/+12 |
| * | | | openvswitch: fix spelling mistake "execeeds" -> "exceeds" | Colin Ian King | 2018-11-30 | 1 | -1/+1 |
| * | | | sctp: update frag_point when stream_interleave is set | Xin Long | 2018-11-30 | 2 | -3/+7 |
| * | | | net: Prevent invalid access to skb->prev in __qdisc_drop_all | Christoph Paasch | 2018-11-30 | 1 | -0/+3 |
| * | | | net/x25: handle call collisions | Martin Schiller | 2018-11-29 | 1 | -0/+9 |
| * | | | net/x25: fix null_x25_address handling | Martin Schiller | 2018-11-29 | 1 | -6/+10 |
| * | | | net/x25: fix called/calling length calculation in x25_parse_address_block | Martin Schiller | 2018-11-29 | 1 | -1/+1 |
| * | | | net: fix XPS static_key accounting | Sabrina Dubroca | 2018-11-29 | 1 | -21/+24 |
| * | | | net: restore call to netdev_queue_numa_node_write when resetting XPS | Sabrina Dubroca | 2018-11-29 | 1 | -7/+9 |
| | |/
| |/| |
|
* | | | SUNRPC: Don't force a redundant disconnection in xs_read_stream() | Trond Myklebust | 2018-12-05 | 1 | -7/+1 |
* | | | SUNRPC: Fix up socket polling | Trond Myklebust | 2018-12-05 | 1 | -2/+2 |
* | | | SUNRPC: Use the discard iterator rather than MSG_TRUNC | Trond Myklebust | 2018-12-05 | 1 | -2/+3 |
* | | | SUNRPC: Treat EFAULT as a truncated message in xs_read_stream_request() | Trond Myklebust | 2018-12-05 | 1 | -1/+2 |
* | | | SUNRPC: Fix up handling of the XDRBUF_SPARSE_PAGES flag | Trond Myklebust | 2018-12-05 | 1 | -11/+11 |