summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-12-06tcp: fix code style in tcp_recvmsg()Pedro Tammela1-2/+2
2018-12-06net: dsa: Set the master device's MTU to account for DSA overheadsAndrew Lunn1-0/+16
2018-12-06net: dsa: Add overhead to tag protocol ops.Andrew Lunn9-0/+10
2018-12-05neighbor: Add extack messages for add and delete commandsDavid Ahern1-16/+39
2018-12-05tipc: fix node keep alive interval calculationHoang Le1-0/+6
2018-12-05ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changesJiri Wiesner3-2/+21
2018-12-05sctp: frag_point sanity checkJakub Audykowicz2-2/+7
2018-12-05net: netem: use a list in addition to rbtreePeter Oskolkov1-20/+69
2018-12-05net: bridge: increase multicast's default maximum number of entriesNikolay Aleksandrov2-1/+3
2018-12-05net: bridge: mark hash_elasticity as obsoleteNikolay Aleksandrov4-12/+7
2018-12-05net: bridge: multicast: use non-bh rcu flavorNikolay Aleksandrov3-23/+6
2018-12-05net: bridge: convert multicast to generic rhashtableNikolay Aleksandrov6-436/+163
2018-12-05tcp: fix NULL ref in tail loss probeYuchung Cheng1-4/+7
2018-12-05tcp: Do not underestimate rwnd_limitedEric Dumazet1-1/+4
2018-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-19/+29
2018-12-05net: use skb_list_del_init() to remove from RX sublistsEdward Cree3-8/+8
2018-12-05Merge tag 'mac80211-for-davem-2018-12-05' of git://git.kernel.org/pub/scm/lin...David S. Miller10-14/+33
2018-12-05SUNRPC: Don't force a redundant disconnection in xs_read_stream()Trond Myklebust1-7/+1
2018-12-05SUNRPC: Fix up socket pollingTrond Myklebust1-2/+2
2018-12-05SUNRPC: Use the discard iterator rather than MSG_TRUNCTrond Myklebust1-2/+3
2018-12-05SUNRPC: Treat EFAULT as a truncated message in xs_read_stream_request()Trond Myklebust1-1/+2
2018-12-05SUNRPC: Fix up handling of the XDRBUF_SPARSE_PAGES flagTrond Myklebust1-11/+11
2018-12-05SUNRPC: Fix RPC receive hangsTrond Myklebust1-20/+19
2018-12-05cfg80211: Fix busy loop regression in ieee80211_ie_split_ric()Jouni Malinen1-0/+2
2018-12-05mac80211: ignore NullFunc frames in the duplicate detectionEmmanuel Grumbach1-0/+1
2018-12-05mac80211: fix reordering of buffered broadcast packetsFelix Fietkau1-2/+2
2018-12-05mac80211: ignore tx status for PS stations in ieee80211_tx_status_extFelix Fietkau1-0/+2
2018-12-04tcp: reduce POLLOUT events caused by TCP_NOTSENT_LOWATEric Dumazet1-1/+1
2018-12-04net/sched: act_tunnel_key: Don't dump dst port if it wasn't setAdi Nissim1-1/+3
2018-12-04net/sched: act_tunnel_key: Allow key-less tunnelsAdi Nissim1-10/+11
2018-12-04rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devicesEric Dumazet1-0/+3
2018-12-04net: Do not route unicast IP packets twiceIdo Schimmel2-0/+14
2018-12-04skbuff: Rename 'offload_mr_fwd_mark' to 'offload_l3_fwd_mark'Ido Schimmel2-2/+2
2018-12-04bpf: respect size hint to BPF_PROG_TEST_RUN if presentLorenz Bauer1-2/+13
2018-12-03net/core: tidy up an error messageQian Cai1-2/+2
2018-12-03udp: elide zerocopy operation in hot pathWillem de Bruijn4-27/+28
2018-12-03udp: msg_zerocopyWillem de Bruijn4-3/+54
2018-12-03sctp: kfree_rcu asocXin Long1-1/+1
2018-12-03net: ethernet: provide nvmem_get_mac_address()Bartosz Golaszewski1-0/+38
2018-12-03l3mdev: add function to retreive upper masterAlexis Bauvin1-0/+18
2018-12-03udp_tunnel: add config option to bind to a deviceAlexis Bauvin2-0/+33
2018-12-03devlink: Add 'fw_load_policy' generic parameterShalom Toledo1-0/+5
2018-12-03bpf: allow BPF read access to qdisc pkt_lenPetar Penkov1-0/+16
2018-12-02SUNRPC: Fix a potential race in xprt_connect()Trond Myklebust1-2/+9
2018-12-02SUNRPC: Fix a memory leak in call_encode()Trond Myklebust2-0/+3
2018-12-02SUNRPC: Fix leak of krb5p encode pagesChuck Lever1-0/+4
2018-12-02SUNRPC: call_connect_status() must handle tasks that got transmittedTrond Myklebust1-0/+7
2018-12-01bpf: refactor bpf_test_run() to separate own failures and test program resultRoman Gushchin1-6/+15
2018-11-30tcp: fix SNMP TCP timeout under-estimationYuchung Cheng1-4/+4
2018-11-30tcp: fix SNMP under-estimation on failed retransmissionYuchung Cheng1-1/+1