summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | sctp: implement sender-side procedures for SSN Reset Request ParameterXin Long2017-01-183-10/+131
* | sctp: add sockopt SCTP_ENABLE_STREAM_RESETXin Long2017-01-182-0/+85
* | sctp: add reconf_enable in asoc ep and netnsXin Long2017-01-184-0/+20
* | sctp: add stream reconf primitiveXin Long2017-01-183-0/+36
* | sctp: add stream reconf timerXin Long2017-01-185-2/+104
* | sctp: add support for generating stream reconf ssn reset request chunkXin Long2017-01-182-0/+122
* | inet: reset tb->fastreuseport when adding a reuseport skJosef Bacik2017-01-181-20/+86
* | inet: split inet_csk_get_port into two functionsJosef Bacik2017-01-181-22/+44
* | inet: don't check for bind conflicts twice when searching for a portJosef Bacik2017-01-181-20/+11
* | inet: kill smallest_size and smallest_portJosef Bacik2017-01-182-25/+4
* | inet: drop ->bind_conflictJosef Bacik2017-01-186-61/+7
* | inet: collapse ipv4/v6 rcv_saddr_equal functions into oneJosef Bacik2017-01-186-105/+93
* | tcp: accept RST for rcv_nxt - 1 after receiving a FINJason Baron2017-01-171-3/+25
* | net: ping: Use right format specifier to avoid type castingGao Feng2017-01-171-3/+3
* | bridge: sparse fixes in br_ip6_multicast_alloc_query()Lance Richardson2017-01-171-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-1730-98/+160
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-01-1727-92/+152
| |\ \
| | * | net sched actions: fix refcnt when GETing of action after bindJamal Hadi Salim2017-01-171-3/+2
| | * | ax25: Fix segfault after sock connection timeoutBasil Gunn2017-01-161-1/+1
| | * | bpf: rework prog_digest into prog_tagDaniel Borkmann2017-01-162-5/+4
| | * | tipc: allocate user memory with GFP_KERNEL flagParthasarathy Bhuvaragan2017-01-165-13/+13
| | * | ip6_tunnel: Account for tunnel header in tunnel MTUJakub Sitnicki2017-01-161-2/+2
| | * | mld: do not remove mld souce list info when set link downHangbin Liu2017-01-161-21/+30
| | * | Merge tag 'mac80211-for-davem-2017-01-13' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-01-169-37/+80
| | |\ \
| | | * | mac80211: prevent skb/txq mismatchMichal Kazior2017-01-131-10/+7
| | | * | mac80211: initialize SMPS field in HT capabilitiesFelix Fietkau2017-01-131-4/+9
| | | * | mac80211: recalculate min channel width on VHT opmode changesJohannes Berg2017-01-113-9/+25
| | | * | mac80211: calculate min channel width correctlyJohannes Berg2017-01-112-3/+2
| | | * | cfg80211: consider VHT opmode on station updateBeni Lev2017-01-111-0/+15
| | | * | mac80211: fix the TID on NDPs sent as EOSP carrierEmmanuel Grumbach2017-01-111-2/+2
| | | * | mac80211: Fix headroom allocation when forwarding mesh pktCedric Izoard2017-01-111-1/+2
| | | * | mac80211: implement multicast forwarding on fast-RX pathJohannes Berg2017-01-091-8/+18
| | * | | openvswitch: maintain correct checksum state in conntrack actionsLance Richardson2017-01-161-2/+4
| | * | | tcp: fix tcp_fastopen unaligned access complaints on sparcShannon Nelson2017-01-131-1/+1
| | * | | ipv6: sr: fix several BUGs when preemption is enabledDavid Lebrun2017-01-132-1/+5
| | * | | net: ipv4: fix table id in getroute responseDavid Ahern2017-01-121-1/+1
| | * | | net: lwtunnel: Handle lwtunnel_fill_encap failureDavid Ahern2017-01-122-5/+9
| * | | | Merge tag 'nfsd-4.10-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-01-163-6/+8
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | svcrdma: avoid duplicate dma unmapping during error recoverySriharsha Basavapatna2017-01-121-2/+0
| | * | | sunrpc: don't call sleeping functions from the notifier block callbacksScott Mayhew2017-01-121-3/+7
| | * | | svcrpc: don't leak contexts on PROC_DESTROYJ. Bruce Fields2017-01-121-1/+1
* | | | | mpls: Packet statsRobert Shearman2017-01-173-28/+222
* | | | | net: AF-specific RTM_GETSTATS attributesRobert Shearman2017-01-171-0/+50
* | | | | net/sched: cls_flower: Disallow duplicate internal elementsPaul Blakey2017-01-161-3/+14
* | | | | sctp: remove useless code from sctp_apply_peer_addr_paramsMarcelo Ricardo Leitner2017-01-161-1/+0
* | | | | sctp: remove unused var from sctp_process_asconfMarcelo Ricardo Leitner2017-01-161-2/+0
* | | | | flow dissector: check if arp_eth is null rather than arpColin Ian King2017-01-161-2/+2
* | | | | netlink: do not enter direct reclaim from netlink_trim()Eric Dumazet2017-01-161-1/+3
* | | | | Merge tag 'mac80211-next-for-davem-2017-01-13' of git://git.kernel.org/pub/sc...David S. Miller2017-01-1439-317/+813
|\ \ \ \ \
| * | | | | cfg80211: Specify the reason for connect timeoutPurushottam Kushwaha2017-01-136-18/+43