summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: Add a new socket option for a future transmit time.Richard Cochran2018-07-041-0/+35
* net: Clear skb->tstamp only on the forwarding pathJesus Sanchez-Palencia2018-07-041-1/+1
* net: sched: act_pedit: fix possible memory leak in tcf_pedit_init()Wei Yongjun2018-07-041-9/+16
* net:sched: add action inheritdsfield to skbeditQiaobin Fu2018-07-041-0/+41
* net: don't bother calling list RX functions on empty listsEdward Cree2018-07-041-2/+6
* net: ipv4: listify ip_rcv_finishEdward Cree2018-07-041-6/+48
* net: ipv4: listified version of ip_rcvEdward Cree2018-07-043-10/+67
* net: core: propagate SKB lists through packet_type lookupEdward Cree2018-07-041-8/+64
* net: core: another layer of lists, around PF_MEMALLOC skb handlingEdward Cree2018-07-041-8/+36
* net: core: Another step of skb receive list processingEdward Cree2018-07-041-5/+56
* net: core: unwrap skb list receive slightly furtherEdward Cree2018-07-041-1/+3
* net: core: trivial netif_receive_skb_list() entry pointEdward Cree2018-07-041-0/+19
* sctp: check for ipv6_pinfo legal sndflow with flowlabel in sctp_v6_get_dstXin Long2018-07-041-0/+9
* sctp: add support for setting flowlabel when adding a transportXin Long2018-07-042-2/+15
* sctp: add spp_ipv6_flowlabel and spp_dscp for sctp_paddrparamsXin Long2018-07-041-6/+171
* sctp: add support for dscp and flowlabel per transportXin Long2018-07-043-6/+28
* ipv4: add __ip_queue_xmit() that supports tos paramXin Long2018-07-041-4/+5
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-0384-335/+624
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-07-0231-171/+415
| |\
| | * ipv6: sr: fix passing wrong flags to crypto_alloc_shash()Eric Biggers2018-07-021-1/+1
| | * net: fix use-after-free in GRO with ESPSabrina Dubroca2018-07-024-6/+4
| | * tcp: prevent bogus FRTO undos with non-SACK flowsIlpo Järvinen2018-07-011-0/+9
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-07-011-32/+54
| | |\
| | | * bpf: Change bpf_fib_lookup to return lookup statusDavid Ahern2018-06-291-32/+54
| | * | net: fib_rules: bring back rule_exists to match rule during addRoopa Prabhu2018-06-301-1/+71
| | * | net: use dev_change_tx_queue_len() for SIOCSIFTXQLENCong Wang2018-06-301-9/+2
| | * | 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
| * | | | net: handle NULL ->poll gracefullyChristoph Hellwig2018-06-291-0/+2
| * | | | Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-2854-169/+212
| |/ / /