aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-07-14net/9p/client.c: put refcount of trans_mod in error case in parse_opts()Gravatar piaojun 1-1/+2
2018-07-03net/smc: fix up merge error with poll changesGravatar Linus Torvalds 1-1/+2
2018-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 31-171/+415
2018-07-02ipv6: sr: fix passing wrong flags to crypto_alloc_shash()Gravatar Eric Biggers 1-1/+1
2018-07-02net: fix use-after-free in GRO with ESPGravatar Sabrina Dubroca 4-6/+4
2018-07-01tcp: prevent bogus FRTO undos with non-SACK flowsGravatar Ilpo Järvinen 1-0/+9
2018-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 1-32/+54
2018-06-30net: fib_rules: bring back rule_exists to match rule during addGravatar Roopa Prabhu 1-1/+71
2018-06-30net: use dev_change_tx_queue_len() for SIOCSIFTXQLENGravatar Cong Wang 1-9/+2
2018-06-30net/ipv6: Fix updates to prefix routeGravatar David Ahern 1-3/+6
2018-06-30net: cleanup gfp mask in alloc_skb_with_fragsGravatar Michal Hocko 1-2/+1
2018-06-30tcp: fix Fast Open key endiannessGravatar Yuchung Cheng 1-5/+13
2018-06-29net: handle NULL ->poll gracefullyGravatar Christoph Hellwig 1-0/+2
2018-06-29Merge tag 'mac80211-for-davem-2018-06-29' of git://git.kernel.org/pub/scm/lin...Gravatar David S. Miller 2-21/+16
2018-06-29net, mm: account sock objects to kmemcgGravatar Shakeel Butt 1-2/+5
2018-06-29nl80211: check nla_parse_nested() return valuesGravatar Johannes Berg 1-5/+11
2018-06-29nl80211: relax ht operation checks for meshGravatar Bob Copeland 1-16/+3
2018-06-29mac80211: disable BHs/preemption in ieee80211_tx_control_port()Gravatar Denis Kenzior 1-0/+2
2018-06-29bpf: Change bpf_fib_lookup to return lookup statusGravatar David Ahern 1-32/+54
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLGravatar Linus Torvalds 54-169/+212
2018-06-28net/smc: rebuild nonblocking connectGravatar Ursula Braun 2-28/+71
2018-06-28tcp: add one more quick ack after after ECN eventsGravatar Eric Dumazet 1-2/+2
2018-06-28bpfilter: include bpfilter_umh in assembly instead of using objcopyGravatar Masahiro Yamada 3-21/+14
2018-06-28strparser: Remove early eaten to fix full tcp receive buffer stallGravatar Doron Roberts-Kedes 1-16/+1
2018-06-28bpfilter: check compiler capability in KconfigGravatar Masahiro Yamada 2-5/+1
2018-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfGravatar David S. Miller 5-11/+68
2018-06-27fib_rules: match rules based on suppress_* properties tooGravatar Jason A. Donenfeld 1-0/+8
2018-06-27rds: clean up loopback rds_connections on netns deletionGravatar Sowmini Varadhan 3-1/+68
2018-06-26netfilter: nf_conncount: fix garbage collection confirm raceGravatar Florian Westphal 1-5/+47
2018-06-26netfilter: nf_log: don't hold nf_log_mutex during user accessGravatar Jann Horn 1-3/+6
2018-06-26netfilter: nf_log: fix uninit read in nf_log_proc_dostringGravatar Jann Horn 1-0/+4
2018-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 9-32/+47
2018-06-23net_sched: remove a bogus warning in hfscGravatar Cong Wang 1-2/+2
2018-06-23net: dccp: switch rx_tstamp_last_feedback to monotonic clockGravatar Eric Dumazet 1-4/+7
2018-06-23net: dccp: avoid crash in ccid3_hc_rx_send_feedback()Gravatar Eric Dumazet 1-3/+2
2018-06-23ipv6: mcast: fix unsolicited report interval after receiving querysGravatar Hangbin Liu 1-3/+6
2018-06-22VSOCK: fix loopback on big-endian systemsGravatar Claudio Imbrenda 1-1/+1
2018-06-22cls_flower: fix use after free in flower S/W pathGravatar Paolo Abeni 1-4/+17
2018-06-22net/packet: fix use-after-freeGravatar Eric Dumazet 1-9/+7
2018-06-22Merge tag 'nfs-for-4.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-3/+7
2018-06-21sctp: fix erroneous inc of snmp SctpFragUsrMsgsGravatar Marcelo Ricardo Leitner 1-1/+3
2018-06-21strparser: Don't schedule in workqueue in paused stateGravatar Vakul Garg 1-4/+1
2018-06-21bpfilter: fix user mode helper cross compilationGravatar Matteo Croce 1-1/+1
2018-06-20ip: limit use of gso_size to udpGravatar Willem de Bruijn 2-2/+4
2018-06-20bpfilter: ignore binary filesGravatar Matteo Croce 1-0/+1
2018-06-20bpfilter: fix build errorGravatar Matteo Croce 1-2/+4
2018-06-20net/sched: act_ife: preserve the action control in case of errorGravatar Davide Caratti 1-2/+1
2018-06-20net/sched: act_ife: fix recursive lock and idr leakGravatar Davide Caratti 1-5/+4
2018-06-20net: propagate dev_get_valid_name return codeGravatar Li RongQing 1-2/+2
2018-06-20net/tcp: Fix socket lookups with SO_BINDTODEVICEGravatar David Ahern 2-4/+4