summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* net/ipv6: Fix updates to prefix routeDavid Ahern2018-06-301-3/+6
* net: cleanup gfp mask in alloc_skb_with_fragsMichal Hocko2018-06-301-2/+1
* tcp: fix Fast Open key endiannessYuchung Cheng2018-06-301-5/+13
* Merge tag 'mac80211-for-davem-2018-06-29' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-06-292-21/+16
|\
| * nl80211: check nla_parse_nested() return valuesJohannes Berg2018-06-291-5/+11
| * nl80211: relax ht operation checks for meshBob Copeland2018-06-291-16/+3
| * mac80211: disable BHs/preemption in ieee80211_tx_control_port()Denis Kenzior2018-06-291-0/+2
* | net, mm: account sock objects to kmemcgShakeel Butt2018-06-291-2/+5
|/
* net/smc: rebuild nonblocking connectUrsula Braun2018-06-282-28/+71
* tcp: add one more quick ack after after ECN eventsEric Dumazet2018-06-281-2/+2
* bpfilter: include bpfilter_umh in assembly instead of using objcopyMasahiro Yamada2018-06-283-21/+14
* strparser: Remove early eaten to fix full tcp receive buffer stallDoron Roberts-Kedes2018-06-281-16/+1
* bpfilter: check compiler capability in KconfigMasahiro Yamada2018-06-282-5/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-06-285-11/+68
|\
| * netfilter: nf_conncount: fix garbage collection confirm raceFlorian Westphal2018-06-261-5/+47
| * netfilter: nf_log: don't hold nf_log_mutex during user accessJann Horn2018-06-261-3/+6
| * netfilter: nf_log: fix uninit read in nf_log_proc_dostringJann Horn2018-06-261-0/+4
| * netfilter: nf_ct_helper: Fix possible panic after nf_conntrack_helper_unregisterGao Feng2018-06-181-0/+5
| * netfilter: ipv6: nf_defrag: reduce struct net memory wasteEric Dumazet2018-06-181-3/+3
| * netfilter: nf_queue: augment nfqa_cfg_policyEric Dumazet2018-06-181-0/+3
* | fib_rules: match rules based on suppress_* properties tooJason A. Donenfeld2018-06-271-0/+8
* | rds: clean up loopback rds_connections on netns deletionSowmini Varadhan2018-06-273-1/+68
* | 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/+2
| * | 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/+7
| * | 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/+1
| * | 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/+1
* | | net/sched: act_ife: fix recursive lock and idr leakDavide Caratti2018-06-201-5/+4
* | | 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/+18
* | | net/ncsi: Drop no more channels messageJoel Stanley2018-06-201-2/+0
* | | 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/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-06-172-17/+7
|\ \
| * | xdp: Fix handling of devmap in generic XDPToshiaki Makita2018-06-151-17/+4