summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net_sched: use macvlan real dev trans_start in dev_trans_start()Chris Dion2017-12-061-0/+3
* make sock_alloc_file() do sock_release() on failuresAl Viro2017-12-054-25/+9
* socketpair(): allocate descriptors firstAl Viro2017-12-051-51/+38
* fix kcm_clone()Al Viro2017-12-051-44/+27
* dccp: CVE-2017-8824: use-after-free in DCCP codeMohamed Ghannam2017-12-051-0/+5
* VSOCK: fix outdated sk_state value in hvs_release()Stefan Hajnoczi2017-12-051-1/+1
* tipc: fix memory leak in tipc_accept_from_sock()Jon Maloy2017-12-051-0/+1
* tipc: fix a null pointer deref on error pathCong Wang2017-12-051-1/+1
* net_sched: red: Avoid illegal valuesNogah Frankel2017-12-054-0/+11
* Revert "net: core: maybe return -EEXIST in __dev_alloc_name"Johannes Berg2017-12-051-1/+1
* Revert "tcp: must block bh in __inet_twsk_hashdance()"Eric Dumazet2017-12-051-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-12-0415-74/+124
|\
| * tcp: add tcp_v4_fill_cb()/tcp_v4_restore_cb()Eric Dumazet2017-12-032-23/+46
| * rxrpc: Use correct netns source in rxrpc_release_sock()David Howells2017-12-031-2/+3
| * tipc: call tipc_rcv() only if bearer is up in tipc_udp_recv()Tommi Rantala2017-12-011-4/+0
| * tcp/dccp: block bh before arming time_wait timerEric Dumazet2017-12-012-0/+12
| * sctp: do not abandon the other frags in unsent outq if one msg has outstandin...Xin Long2017-12-012-1/+6
| * sctp: abandon the whole msg if one part of a fragmented message is abandonedXin Long2017-12-012-4/+15
| * sctp: only update outstanding_bytes for transmitted queue when doing prsctp_p...Xin Long2017-12-011-2/+4
| * sit: update frag_off infoHangbin Liu2017-11-301-0/+1
| * tcp: remove buggy call to tcp_v6_restore_cb()Eric Dumazet2017-11-301-1/+0
| * act_sample: get rid of tcf_sample_cleanup_rcu()Cong Wang2017-11-301-11/+3
| * Merge tag 'rxrpc-fixes-20171129' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2017-11-305-27/+35
| |\
| | * rxrpc: Fix variable overwriteGustavo A. R. Silva2017-11-292-2/+2
| | * rxrpc: Fix ACK generation from the connection event processorDavid Howells2017-11-291-21/+29
| | * rxrpc: Clean up whitespaceDavid Howells2017-11-293-4/+4
* | | Merge tag 'nfs-for-4.15-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-12-012-0/+7
|\ \ \ | |/ / |/| |
| * | SUNRPC: Handle ENETDOWN errorsTrond Myklebust2017-11-302-0/+6
| * | SUNRPC: Allow connect to return EHOSTUNREACHTrond Myklebust2017-11-291-0/+1
* | | Merge tag 'nfsd-4.15-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-11-293-5/+5
|\ \ \
| * | | SUNRPC: make cache_detail structures constBhumika Goyal2017-11-272-4/+4
| * | | sunrpc: make the function arg as constBhumika Goyal2017-11-271-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-11-2937-402/+917
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | net: sched: cbq: create block for q->link.blockJiri Pirko2017-11-281-1/+8
| * | VSOCK: Don't set sk_state to TCP_CLOSE before testing itJorgen Hansen2017-11-281-2/+2
| * | sctp: use right member as the param of list_for_each_entryXin Long2017-11-281-3/+3
| * | sch_sfq: fix null pointer dereference at timer expirationPaolo Abeni2017-11-281-0/+1
| * | cls_bpf: don't decrement net's refcount when offload failsJakub Kicinski2017-11-281-10/+13
| * | net/packet: fix a race in packet_bind() and packet_notifier()Eric Dumazet2017-11-281-0/+5
| * | packet: fix crash in fanout_demux_rollover()Mike Maloney2017-11-282-23/+10
| * | sctp: remove extern from stream schedXin Long2017-11-284-9/+31
| * | sctp: force SCTP_ERROR_INV_STRM with __u32 when calling sctp_chunk_failXin Long2017-11-281-1/+1
| * | tipc: eliminate access after delete in group_filter_msg()Jon Maloy2017-11-271-1/+1
| * | Merge tag 'mac80211-for-davem-2017-11-27' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-11-285-10/+47
| |\ \
| | * | mac80211: tear down RX aggregations firstSara Sharon2017-11-271-1/+3
| | * | mac80211: fix the update of path metric for RANN frameChun-Yeow Yeoh2017-11-271-6/+9
| | * | mac80211: use QoS NDP for AP probingJohannes Berg2017-11-272-3/+28
| | * | cfg80211: select CRYPTO_SHA256 if neededJohannes Berg2017-11-241-0/+7
| * | | sctp: set sender next_tsn for the old result with ctsn_ack_point plus 1Xin Long2017-11-281-1/+1
| * | | sctp: avoid flushing unsent queue when doing asoc resetXin Long2017-11-281-7/+14