summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | sock: fix sg page frag coalescing in sk_alloc_sgDaniel Borkmann2018-07-241-3/+3
| |_|_|/ |/| | |
* | | | tcp: add tcp_ooo_try_coalesce() helperEric Dumazet2018-07-231-4/+21
* | | | tcp: call tcp_drop() from tcp_data_queue_ofo()Eric Dumazet2018-07-231-2/+2
* | | | tcp: detect malicious patterns in tcp_collapse_ofo_queue()Eric Dumazet2018-07-231-2/+13
* | | | tcp: avoid collapses in tcp_prune_queue() if possibleEric Dumazet2018-07-231-0/+3
* | | | tcp: free batches of packets in tcp_prune_ofo_queue()Eric Dumazet2018-07-231-4/+11
* | | | ip: hash fragments consistentlyPaolo Abeni2018-07-232-0/+4
* | | | ipv6: use fib6_info_hold_safe() when necessaryWei Wang2018-07-232-11/+33
* | | | rtnetlink: add rtnl_link_state check in rtnl_configure_linkRoopa Prabhu2018-07-221-3/+6
* | | | multicast: do not restore deleted record source filter mode to new oneHangbin Liu2018-07-222-4/+2
* | | | net: skb_segment() should not return NULLEric Dumazet2018-07-221-5/+5
* | | | net/ipv6: Fix linklocal to global address with VRFDavid Ahern2018-07-222-4/+7
* | | | net: caif: Add a missing rcu_read_unlock() in caif_flow_cbYueHaibing2018-07-221-1/+3
* | | | tls: check RCV_SHUTDOWN in tls_wait_dataDoron Roberts-Kedes2018-07-201-0/+3
* | | | tcp: do not delay ACK in DCTCP upon CE status changeYuchung Cheng2018-07-202-13/+20
* | | | tcp: do not cancel delay-AcK on DCTCP special ACKYuchung Cheng2018-07-202-33/+11
* | | | tcp: helpers to send special DCTCP ackYuchung Cheng2018-07-201-5/+17
* | | | net/page_pool: Fix inconsistent lock state warningTariq Toukan2018-07-201-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-07-1964-485/+770
|\ \ \ \
| * | | | tcp: identify cryptic messages as TCP seq # bugsRandy Dunlap2018-07-191-2/+2
| * | | | ipv6: sr: fix useless rol32 call on hashColin Ian King2018-07-191-1/+1
| * | | | Merge tag 'batadv-net-for-davem-20180717' of git://git.open-mesh.org/linux-mergeDavid S. Miller2018-07-186-10/+93
| |\ \ \ \
| | * | | | batman-adv: Fix multicast TT issues with bogus ROAM flagsLinus Lüssing2018-06-231-2/+4
| | * | | | batman-adv: Avoid storing non-TT-sync flags on singular entries tooLinus Lüssing2018-06-231-1/+2
| | * | | | batman-adv: Fix debugfs path for renamed softifSven Eckelmann2018-06-233-6/+53
| | * | | | batman-adv: Fix debugfs path for renamed hardifSven Eckelmann2018-06-233-0/+29
| | * | | | batman-adv: Fix bat_v best gw refcnt after netlink dumpSven Eckelmann2018-06-231-1/+3
| | * | | | batman-adv: Fix bat_ogm_iv best gw refcnt after netlink dumpSven Eckelmann2018-06-231-1/+3
| * | | | | net: sched: Using NULL instead of plain integerYueHaibing2018-07-181-2/+2
| * | | | | net/smc: reset recv timeout after clc handshakeKarsten Graul2018-07-181-1/+2
| * | | | | net/smc: add error handling for get_user()Ursula Braun2018-07-181-1/+2
| * | | | | net/smc: optimize consumer cursor updatesUrsula Braun2018-07-181-2/+10
| * | | | | net/nfc: Avoid stalls when nfc_alloc_send_skb() returned NULL.Tetsuo Handa2018-07-181-3/+6
| * | | | | ipv6: ila: select CONFIG_DST_CACHEArnd Bergmann2018-07-181-0/+1
| | |_|/ / | |/| | |
| * | | | net/smc: take sock lock in smc_ioctl()Ursula Braun2018-07-161-4/+15
| * | | | net/ipv6: Do not allow device only routes via the multipath APIDavid Ahern2018-07-161-0/+7
| * | | | tcp: Fix broken repair socket window probe patchStefan Baranoff2018-07-161-6/+7
| * | | | ipv6: make DAD fail with enhanced DAD when nonce length differsSabrina Dubroca2018-07-161-1/+1
| * | | | net: ip6_gre: get ipv6hdr after skb_cow_head()Prashant Bhole2018-07-161-1/+2
| * | | | tls: Stricter error checking in zerocopy sendmsg pathDave Watson2018-07-161-1/+1
| * | | | KEYS: DNS: fix parsing multiple optionsEric Biggers2018-07-161-12/+16
| * | | | ipv6/mcast: init as INCLUDE when join SSM INCLUDE groupHangbin Liu2018-07-162-21/+48
| * | | | ipv4/igmp: init group mode as INCLUDE when join source groupHangbin Liu2018-07-162-18/+44
| * | | | tcp: remove DELAYED ACK events in DCTCPYuchung Cheng2018-07-142-29/+0
| * | | | tcp: fix dctcp delayed ACK scheduleYuchung Cheng2018-07-141-2/+4
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-07-133-36/+40
| |\ \ \ \
| | * | | | xsk: do not return EMSGSIZE in copy mode for packets larger than MTUMagnus Karlsson2018-07-131-6/+1
| | * | | | xsk: always return ENOBUFS from sendmsg if there is no TX queueMagnus Karlsson2018-07-131-3/+2
| | * | | | xsk: do not return EAGAIN from sendmsg when completion queue is fullMagnus Karlsson2018-07-131-3/+1
| | * | | | xsk: do not return ENXIO from TX copy modeMagnus Karlsson2018-07-131-3/+1