aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-18inet: kill smallest_size and smallest_portJosef Bacik2-25/+4
2017-01-18inet: drop ->bind_conflictJosef Bacik6-61/+7
2017-01-18inet: collapse ipv4/v6 rcv_saddr_equal functions into oneJosef Bacik6-105/+93
2017-01-17tcp: accept RST for rcv_nxt - 1 after receiving a FINJason Baron1-3/+25
2017-01-17net: ping: Use right format specifier to avoid type castingGao Feng1-3/+3
2017-01-17bridge: sparse fixes in br_ip6_multicast_alloc_query()Lance Richardson1-1/+1
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller30-98/+160
2017-01-17mpls: Packet statsRobert Shearman3-28/+222
2017-01-17net: AF-specific RTM_GETSTATS attributesRobert Shearman1-0/+50
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds27-92/+152
2017-01-16net sched actions: fix refcnt when GETing of action after bindJamal Hadi Salim1-3/+2
2017-01-16net/sched: cls_flower: Disallow duplicate internal elementsPaul Blakey1-3/+14
2017-01-16ax25: Fix segfault after sock connection timeoutBasil Gunn1-1/+1
2017-01-16bpf: rework prog_digest into prog_tagDaniel Borkmann2-5/+4
2017-01-16sctp: remove useless code from sctp_apply_peer_addr_paramsMarcelo Ricardo Leitner1-1/+0
2017-01-16sctp: remove unused var from sctp_process_asconfMarcelo Ricardo Leitner1-2/+0
2017-01-16flow dissector: check if arp_eth is null rather than arpColin Ian King1-2/+2
2017-01-16netlink: do not enter direct reclaim from netlink_trim()Eric Dumazet1-1/+3
2017-01-16tipc: allocate user memory with GFP_KERNEL flagParthasarathy Bhuvaragan5-13/+13
2017-01-16ip6_tunnel: Account for tunnel header in tunnel MTUJakub Sitnicki1-2/+2
2017-01-16mld: do not remove mld souce list info when set link downHangbin Liu1-21/+30
2017-01-16Merge tag 'nfsd-4.10-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-6/+8
2017-01-15Merge tag 'mac80211-for-davem-2017-01-13' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller9-37/+80
2017-01-15openvswitch: maintain correct checksum state in conntrack actionsLance Richardson1-2/+4
2017-01-14Merge tag 'mac80211-next-for-davem-2017-01-13' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller39-317/+813
2017-01-13tcp: disable fack by defaultYuchung Cheng1-2/+3
2017-01-13tcp: remove thin_dupack featureYuchung Cheng3-24/+2
2017-01-13tcp: remove RFC4653 NCRYuchung Cheng1-15/+0
2017-01-13tcp: remove early retransmitYuchung Cheng9-76/+6
2017-01-13tcp: remove forward retransmit featureYuchung Cheng2-63/+3
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-13tcp: fix tcp_fastopen unaligned access complaints on sparcShannon Nelson1-1/+1
2017-01-13ipv6: sr: fix several BUGs when preemption is enabledDavid Lebrun2-1/+5
2017-01-13mac80211: prevent skb/txq mismatchMichal Kazior1-10/+7
2017-01-13mac80211: initialize SMPS field in HT capabilitiesFelix Fietkau1-4/+9
2017-01-13cfg80211: Specify the reason for connect timeoutPurushottam Kushwaha6-18/+43
2017-01-13cfg80211: Add support to sched scan to report better BSSsvamsi krishna1-0/+44
2017-01-13cfg80211: Add support for randomizing TA of Public Action framesvamsi krishna1-2/+19
2017-01-13wext: uninline stream addition functionsJohannes Berg1-0/+67
2017-01-12ipv6: sr: static percpu allocation for hmac_ringEric Dumazet1-40/+3
2017-01-12ipmr: improve hash scalabilityNikolay Aleksandrov1-115/+140
2017-01-12svcrdma: avoid duplicate dma unmapping during error recoverySriharsha Basavapatna1-2/+0
2017-01-12secure_seq: fix sparse errorsEric Dumazet1-1/+3