summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: check msg_type before nft_trans_set(trans)Alexey Kodanev2018-08-031-5/+6
* netfilter: ipset: forbid family for hash:mac setsFlorent Fourcot2018-08-031-1/+4
* rxrpc: Fix terminal retransmission connection ID to include the channelDavid Howells2018-08-031-1/+1
* tcp: add tcp_ooo_try_coalesce() helperEric Dumazet2018-07-281-4/+21
* tcp: call tcp_drop() from tcp_data_queue_ofo()Eric Dumazet2018-07-281-2/+2
* tcp: detect malicious patterns in tcp_collapse_ofo_queue()Eric Dumazet2018-07-281-2/+13
* tcp: avoid collapses in tcp_prune_queue() if possibleEric Dumazet2018-07-281-0/+3
* tcp: free batches of packets in tcp_prune_ofo_queue()Eric Dumazet2018-07-281-4/+11
* rtnetlink: add rtnl_link_state check in rtnl_configure_linkRoopa Prabhu2018-07-281-3/+6
* net/ipv6: Fix linklocal to global address with VRFDavid Ahern2018-07-282-4/+7
* multicast: do not restore deleted record source filter mode to new oneHangbin Liu2018-07-282-4/+2
* sock: fix sg page frag coalescing in sk_alloc_sgDaniel Borkmann2018-07-281-3/+3
* tls: check RCV_SHUTDOWN in tls_wait_dataDoron Roberts-Kedes2018-07-281-0/+3
* tcp: do not delay ACK in DCTCP upon CE status changeYuchung Cheng2018-07-282-13/+20
* tcp: do not cancel delay-AcK on DCTCP special ACKYuchung Cheng2018-07-282-33/+12
* tcp: helpers to send special DCTCP ackYuchung Cheng2018-07-281-5/+17
* tcp: fix dctcp delayed ACK scheduleYuchung Cheng2018-07-281-2/+4
* net: skb_segment() should not return NULLEric Dumazet2018-07-281-5/+5
* ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pullWillem de Bruijn2018-07-282-4/+10
* ip: hash fragments consistentlyPaolo Abeni2018-07-282-0/+4
* ipv6: make DAD fail with enhanced DAD when nonce length differsSabrina Dubroca2018-07-251-1/+1
* sctp: fix the issue that pathmtu may be set lower than MINSEGMENTXin Long2018-07-251-1/+1
* sctp: introduce sctp_dst_mtuMarcelo Ricardo Leitner2018-07-252-7/+5
* net: ip6_gre: get ipv6hdr after skb_cow_head()Prashant Bhole2018-07-251-1/+2
* sch_fq_codel: zero q->flows_cnt when fq_codel_init failsJacob Keller2018-07-251-7/+18
* net/ipv6: Do not allow device only routes via the multipath APIDavid Ahern2018-07-251-0/+7
* net/ipv4: Set oif in fib_compute_spec_dstDavid Ahern2018-07-251-0/+1
* skbuff: Unconditionally copy pfmemalloc in __skb_clone()Stefano Brivio2018-07-251-2/+1
* net: Don't copy pfmemalloc flag in __copy_skb_header()Stefano Brivio2018-07-251-0/+2
* net: diag: Don't double-free TCP_NEW_SYN_RECV sockets in tcp_abortLorenzo Colitti2018-07-251-2/+1
* ipv6: ila: select CONFIG_DST_CACHEArnd Bergmann2018-07-251-0/+1
* ipv4: Return EINVAL when ping_group_range sysctl doesn't map to user nsTyler Hicks2018-07-251-2/+3
* gen_stats: Fix netlink stats dumping in the presence of paddingToke Høiland-Jørgensen2018-07-251-2/+14
* ipvs: initialize tbl->entries in ip_vs_lblc_init_svc()Cong Wang2018-07-221-0/+1
* ipvs: initialize tbl->entries after allocationCong Wang2018-07-221-0/+1
* net/nfc: Avoid stalls when nfc_alloc_send_skb() returned NULL.Tetsuo Handa2018-07-221-3/+6
* rds: avoid unenecessary cong_update in loop transportSantosh Shilimkar2018-07-223-0/+11
* netfilter: ipv6: nf_defrag: drop skb dst before queueingFlorian Westphal2018-07-221-0/+2
* nsh: set mac len based on inner packetWillem de Bruijn2018-07-221-1/+1
* tls: Stricter error checking in zerocopy sendmsg pathDave Watson2018-07-221-1/+1
* KEYS: DNS: fix parsing multiple optionsEric Biggers2018-07-221-12/+16
* netfilter: ebtables: reject non-bridge targetsFlorian Westphal2018-07-221-0/+13
* net: use dev_change_tx_queue_len() for SIOCSIFTXQLENCong Wang2018-07-221-9/+2
* VSOCK: fix loopback on big-endian systemsClaudio Imbrenda2018-07-221-1/+1
* tcp: prevent bogus FRTO undos with non-SACK flowsIlpo Järvinen2018-07-221-0/+9
* tcp: fix Fast Open key endiannessYuchung Cheng2018-07-221-5/+13
* strparser: Remove early eaten to fix full tcp receive buffer stallDoron Roberts-Kedes2018-07-221-16/+1
* net/tcp: Fix socket lookups with SO_BINDTODEVICEDavid Ahern2018-07-222-4/+4
* net_sched: blackhole: tell upper qdisc about dropped packetsKonstantin Khlebnikov2018-07-221-1/+1
* net/sched: act_ife: preserve the action control in case of errorDavide Caratti2018-07-221-2/+1