aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-13tcp: extend F-RTO to catch more spurious timeoutsYuchung Cheng1-14/+19
2017-01-13tcp: enable RACK loss detection to trigger recoveryYuchung Cheng2-14/+31
2017-01-13tcp: check undo conditions before detecting lossesYuchung Cheng1-13/+20
2017-01-13tcp: use sequence to break TS ties for RACK loss detectionYuchung Cheng2-5/+17
2017-01-13tcp: add reordering timer in RACK loss detectionYuchung Cheng7-11/+61
2017-01-13tcp: record most recent RTT in RACK loss detectionYuchung Cheng2-32/+45
2017-01-13tcp: new helper for RACK to detect lossYuchung Cheng2-13/+21
2017-01-13tcp: new helper function for RACK loss detectionYuchung Cheng1-7/+14
2017-01-12ipv6: sr: static percpu allocation for hmac_ringEric Dumazet1-40/+3
2017-01-12ipmr: improve hash scalabilityNikolay Aleksandrov1-115/+140
2017-01-12secure_seq: fix sparse errorsEric Dumazet1-1/+3
2017-01-12lwt_bpf: bpf_lwt_prog_cmp() can be staticWei Yongjun1-1/+1
2017-01-12bpf: allow b/h/w/dw access for bpf's cb in ctxDaniel Borkmann1-8/+33
2017-01-12bpf: pass original insn directly to convert_ctx_accessDaniel Borkmann1-65/+74
2017-01-12smc: ETH_ALEN as memcpy length for mac addressesUrsula Braun2-7/+7
2017-01-12net: fix AF_SMC related typoUrsula Braun1-1/+1
2017-01-12net: core: Make netif_wake_subqueue a wrapperFlorian Fainelli1-22/+0
2017-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller15-39/+48
2017-01-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+4
2017-01-11net/sched: cls_flower: Support matching on ARPSimon Horman1-0/+51
2017-01-11flow disector: ARP supportSimon Horman1-0/+57
2017-01-11sctp: Fix spelling mistake: "Atempt" -> "Attempt"Colin Ian King1-1/+1
2017-01-11net: ipv4: Fix multipath selection with vrfDavid Ahern1-2/+7
2017-01-11Revert "net: dsa: Implement ndo_get_phys_port_id"Florian Fainelli1-10/+0
2017-01-11net: dsa: Implement ndo_get_phys_port_name()Florian Fainelli1-0/+10
2017-01-11cgroup: move CONFIG_SOCK_CGROUP_DATA to init/KconfigArnd Bergmann1-4/+0
2017-01-11net: dsa: make "label" property optional for dsa2Vivien Didelot1-20/+4
2017-01-11gro: use min_t() in skb_gro_reset_offset()Eric Dumazet1-2/+3
2017-01-10mm: rename __alloc_page_frag to page_frag_alloc and __free_page_frag to page_frag_freeAlexander Duyck1-4/+4
2017-01-10gro: Disable frag0 optimization on IPv6 ext headersHerbert Xu1-0/+1
2017-01-10gro: Enter slow-path if there is no tailroomHerbert Xu1-1/+2
2017-01-10net/af_iucv: don't use paged skbs for TX on HiperSocketsJulian Wiedmann1-11/+14
2017-01-10packet: pdiag_put_ring() should return TX_RING info for TPACKET_V3Sowmini Varadhan1-2/+1
2017-01-10net: add the AF_QIPCRTR entries to family name tablesAnna, Suman1-3/+3
2017-01-10net: qrtr: Mark 'buf' as little endianStephen Boyd1-2/+2
2017-01-10net: dsa: Ensure validity of dst->ds[0]Florian Fainelli1-4/+7
2017-01-10net: skb_flow_get_be16() can be staticEric Dumazet1-2/+2
2017-01-10net: socket: Make unnecessarily global sockfs_setattr() staticTobias Klauser1-1/+1
2017-01-09net: dsa: select NET_SWITCHDEVVivien Didelot1-2/+3
2017-01-09tcp: make TCP_INFO more consistentEric Dumazet1-4/+4
2017-01-09bpf: rename ARG_PTR_TO_STACKAlexei Starovoitov1-20/+20
2017-01-09tcp: do not export tcp_peer_is_proven()Eric Dumazet1-1/+0
2017-01-09ipv4: make tcp_notsent_lowat sysctl knob behave as true unsigned intPavel Tikhomirov1-1/+1
2017-01-09ipv6: fix typosAlexander Alemayhu1-2/+2
2017-01-09smc: netlink interface for SMC socketsUrsula Braun6-1/+270
2017-01-09smc: socket closing and linkgroup cleanupUrsula Braun11-36/+668
2017-01-09smc: receive data from RMBEUrsula Braun9-3/+304
2017-01-09smc: send data (through RDMA)Ursula Braun6-4/+491
2017-01-09smc: connection data control (CDC)Ursula Braun8-0/+641
2017-01-09smc: link layer control (LLC)Ursula Braun7-3/+330