summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-259-32/+47
|\
| * net_sched: remove a bogus warning in hfscCong Wang2018-06-231-2/+2
| * net: dccp: switch rx_tstamp_last_feedback to monotonic clockEric Dumazet2018-06-231-4/+7
| * net: dccp: avoid crash in ccid3_hc_rx_send_feedback()Eric Dumazet2018-06-231-3/+2Star
| * ipv6: mcast: fix unsolicited report interval after receiving querysHangbin Liu2018-06-231-3/+6
| * VSOCK: fix loopback on big-endian systemsClaudio Imbrenda2018-06-221-1/+1
| * cls_flower: fix use after free in flower S/W pathPaolo Abeni2018-06-221-4/+17
| * net/packet: fix use-after-freeEric Dumazet2018-06-221-9/+7Star
| * sctp: fix erroneous inc of snmp SctpFragUsrMsgsMarcelo Ricardo Leitner2018-06-211-1/+3
| * strparser: Don't schedule in workqueue in paused stateVakul Garg2018-06-211-4/+1Star
| * bpfilter: fix user mode helper cross compilationMatteo Croce2018-06-211-1/+1
* | Merge tag 'nfs-for-4.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-06-211-3/+7
|\ \ | |/ |/|
| * sunrpc: Prevent duplicate XID allocationChuck Lever2018-06-191-3/+7
* | ip: limit use of gso_size to udpWillem de Bruijn2018-06-202-2/+4
* | bpfilter: ignore binary filesMatteo Croce2018-06-201-0/+1
* | bpfilter: fix build errorMatteo Croce2018-06-201-2/+4
* | net/sched: act_ife: preserve the action control in case of errorDavide Caratti2018-06-201-2/+1Star
* | net/sched: act_ife: fix recursive lock and idr leakDavide Caratti2018-06-201-5/+4Star
* | net: propagate dev_get_valid_name return codeLi RongQing2018-06-201-2/+2
* | net/tcp: Fix socket lookups with SO_BINDTODEVICEDavid Ahern2018-06-202-4/+4
* | net/ipv6: respect rcu grace period before freeing fib6_infoEric Dumazet2018-06-201-2/+3
* | net/ncsi: Use netdev_dbg for debug messagesJoel Stanley2018-06-202-21/+18Star
* | net/ncsi: Drop no more channels messageJoel Stanley2018-06-201-2/+0Star
* | net/ncsi: Silence debug messagesJoel Stanley2018-06-202-9/+9
* | net_sched: blackhole: tell upper qdisc about dropped packetsKonstantin Khlebnikov2018-06-171-1/+1
* | atm: Preserve value of skb->truesize when accounting to vccDavid Woodhouse2018-06-177-14/+8Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-06-172-17/+7Star
|\ \
| * | xdp: Fix handling of devmap in generic XDPToshiaki Makita2018-06-151-17/+4Star
| * | xsk: re-add queue id check for XDP_SKB pathBjörn Töpel2018-06-121-0/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-1642-119/+226
|\ \ \
| * | | neighbour: skip NTF_EXT_LEARNED entries during forced gcRoopa Prabhu2018-06-151-4/+6
| * | | tls: fix waitall behavior in tls_sw_recvmsgDaniel Borkmann2018-06-151-1/+5
| * | | tls: fix use-after-free in tls_push_recordDaniel Borkmann2018-06-151-13/+13
| * | | l2tp: filter out non-PPP sessions in pppol2tp_tunnel_ioctl()Guillaume Nault2018-06-151-1/+1
| * | | l2tp: reject creation of non-PPP sessions on L2TPv2 tunnelsGuillaume Nault2018-06-151-0/+6
| * | | ipv6: Only emit append events for appended routesIdo Schimmel2018-06-151-3/+2Star
| * | | Merge tag 'mac80211-for-davem-2018-06-15' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-06-153-6/+9
| |\ \ \
| | * | | cfg80211: fix rcu in cfg80211_unregister_wdevDedy Lansky2018-06-151-0/+1
| | * | | mac80211: Move up init of TXQsToke Høiland-Jørgensen2018-06-151-6/+6
| | * | | cfg80211: initialize sinfo in cfg80211_get_stationSven Eckelmann2018-06-151-0/+2
| * | | | rds: avoid unenecessary cong_update in loop transportSantosh Shilimkar2018-06-153-0/+11
| |/ / /
| * | | l2tp: clean up stale tunnel or session in pppol2tp_connect's error pathGuillaume Nault2018-06-151-0/+10
| * | | l2tp: prevent pppol2tp_connect() from creating kernel socketsGuillaume Nault2018-06-151-0/+9
| * | | l2tp: only accept PPP sessions in pppol2tp_connect()Guillaume Nault2018-06-151-0/+6
| * | | l2tp: fix pseudo-wire type for sessions created by pppol2tp_connect()Guillaume Nault2018-06-151-0/+1
| * | | tcp: verify the checksum of the first data segment in a new connectionFrank van der Linden2018-06-152-0/+8
| * | | sctp: define sctp_packet_gso_append to build GSO framesXin Long2018-06-141-10/+18
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-06-1310-20/+48
| |\ \ \
| | * | | netfilter: nf_conncount: Fix garbage collection with zonesYi-Hung Wei2018-06-122-5/+10
| | * | | netfilter: xt_connmark: fix list corruption on rmmodFlorian Westphal2018-06-121-1/+1