summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-12-05rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devicesEric Dumazet1-0/+3
2018-12-04netfilter: nf_tables: fix suspicious RCU usage in nft_chain_stats_replace()Taehee Yoo2-9/+14
2018-12-04net/core: tidy up an error messageQian Cai1-2/+2
2018-12-04sctp: kfree_rcu asocXin Long1-1/+1
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-12-01tcp: fix SNMP TCP timeout under-estimationYuchung Cheng1-4/+4
2018-12-01tcp: fix SNMP under-estimation on failed retransmissionYuchung Cheng1-1/+1
2018-12-01tcp: fix off-by-one bug on aborting window-probing socketYuchung Cheng1-1/+1
2018-12-01net: dsa: Fix tagging attribute locationFlorian Fainelli2-29/+33
2018-12-01bpf: Support sk lookup in netns with id 0Joe Stringer1-5/+6
2018-12-01net/sched: act_police: fix memory leak in case of invalid control actionDavide Caratti1-12/+12
2018-12-01bpf: fix pointer offsets in context for 32 bitDaniel Borkmann1-8/+8
2018-12-01openvswitch: fix spelling mistake "execeeds" -> "exceeds"Colin Ian King1-1/+1
2018-12-01sctp: update frag_point when stream_interleave is setXin Long2-3/+7
2018-11-30net: Prevent invalid access to skb->prev in __qdisc_drop_allChristoph Paasch1-0/+3
2018-11-30net/x25: handle call collisionsMartin Schiller1-0/+9
2018-11-30net/x25: fix null_x25_address handlingMartin Schiller1-6/+10
2018-11-30net/x25: fix called/calling length calculation in x25_parse_address_blockMartin Schiller1-1/+1
2018-11-29net: fix XPS static_key accountingSabrina Dubroca1-21/+24
2018-11-29net: restore call to netdev_queue_numa_node_write when resetting XPSSabrina Dubroca1-7/+9
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller16-105/+157
2018-11-28netfilter: nf_tables: deactivate expressions in rule replecement routineTaehee Yoo1-11/+4
2018-11-28tipc: fix lockdep warning during node deleteJon Maloy1-2/+5
2018-11-28sctp: increase sk_wmem_alloc when head->truesize is increasedXin Long1-0/+1
2018-11-27netfilter: nf_conncount: remove wrong condition check routineTaehee Yoo1-5/+2
2018-11-27netfilter: nat: fix double register in masquerade modulesTaehee Yoo2-14/+32
2018-11-27netfilter: add missing error handling code for register functionsTaehee Yoo7-20/+61
2018-11-27netfilter: ipv6: Preserve link scope traffic original oifAlin Nastac1-1/+2
2018-11-26netfilter: nfnetlink_cttimeout: fetch timeouts for udplite and gre, tooFlorian Westphal2-14/+15
2018-11-26ipvs: call ip_vs_dst_notifier earlier than ipv6_dev_notfXin Long1-0/+3
2018-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-3/+2
2018-11-25net: always initialize pagedlenWillem de Bruijn2-2/+4
2018-11-25tcp: address problems caused by EDT misshapsEric Dumazet2-10/+16
2018-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds19-122/+193
2018-11-23Merge tag 'ceph-for-4.20-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds1-3/+9
2018-11-23net/sched: act_police: add missing spinlock initializationDavide Caratti1-0/+1
2018-11-23net: don't keep lonely packets forever in the gro hashPaolo Abeni1-2/+5
2018-11-23net/ipv6: re-do dad when interface has IFF_NOARP flag changeHangbin Liu1-6/+13
2018-11-23packet: copy user buffers before orphan or cloneWillem de Bruijn1-2/+2
2018-11-23xfrm_user: fix freeing of xfrm states on acquireMathias Krause2-3/+9
2018-11-22xfrm: Fix NULL pointer dereference in xfrm_input when skb_dst_force clears th...Steffen Klassert1-1/+6
2018-11-22net/smc: use after free fix in smc_wr_tx_put_slot()Ursula Braun1-1/+3
2018-11-22net/smc: atomic SMCD cursor handlingUrsula Braun2-26/+60
2018-11-22net/smc: add SMC-D shutdown signalHans Wippel4-14/+43
2018-11-22net/smc: use queue pair number when matching link groupKarsten Graul3-9/+12
2018-11-22net/smc: abort CLC connection in smc_releaseHans Wippel1-0/+2