summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* bridge: mcast: add MLDv2 querier supportNikolay Aleksandrov2016-11-214-22/+112
* bridge: mcast: add IGMPv3 query supportNikolay Aleksandrov2016-11-214-18/+97
* udp: avoid one cache line miss in recvmsg()Eric Dumazet2016-11-212-2/+4
* net: fix bogus cast in skb_pagelen() and use unsigned variablesAlexey Dobriyan2016-11-192-2/+2
* net: make struct napi_alloc_cache::skb_count unsigned intAlexey Dobriyan2016-11-191-1/+1
* Merge tag 'batadv-next-for-davem-20161119' of git://git.open-mesh.org/linux-m...David S. Miller2016-11-199-115/+445
|\
| * batman-adv: fix rare race conditions on interface removalLinus Lüssing2016-11-084-82/+227
| * batman-adv: Add module alias for batadv netlink familySven Eckelmann2016-11-081-0/+3
| * batman-adv: Update wifi flags on upper link changeSven Eckelmann2016-11-081-0/+5
| * batman-adv: retrieve B.A.T.M.A.N. V WiFi neighbor stats from real interfaceMarek Lindner2016-11-083-2/+31
| * batman-adv: additional checks for virtual interfaces on top of WiFiMarek Lindner2016-11-082-0/+62
| * batman-adv: Cache the type of wifi device for each hardifSven Eckelmann2016-11-086-25/+95
| * batman-adv: refactor wifi interface detectionMarek Lindner2016-11-083-20/+36
| * batman-adv: Return non-const ptr in batadv_getlink_netSven Eckelmann2016-11-081-5/+5
* | af_packet: Use virtio_net_hdr_from_skb() directly.Jarno Rajahalme2016-11-191-12/+4
* | af_packet: Use virtio_net_hdr_to_skb().Jarno Rajahalme2016-11-191-48/+3
* | virtio_net: Do not clear memory for struct virtio_net_hdr twice.Jarno Rajahalme2016-11-191-2/+0
* | ethtool: Core impl for ETHTOOL_PHY_DOWNSHIFT tunableRaju Lakkaraju2016-11-181-0/+6
* | ethtool: Implements ETHTOOL_PHY_GTUNABLE/ETHTOOL_PHY_STUNABLERaju Lakkaraju2016-11-181-0/+87
* | netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-1851-57/+56
* | udp: enable busy polling for all socketsEric Dumazet2016-11-182-0/+4
* | RDS: TCP: Force every connection to be initiated by numerically smaller IP ad...Sowmini Varadhan2016-11-173-18/+26
* | RDS: TCP: Track peer's connection generation numberSowmini Varadhan2016-11-176-3/+57
* | RDS: TCP: set RDS_FLAG_RETRANSMITTED in cp_retrans listSowmini Varadhan2016-11-171-0/+3
* | net_sched: sch_fq: use hash_ptr()Eric Dumazet2016-11-171-2/+2
* | sctp: use new rhlist interface on sctp transport rhashtableXin Long2016-11-163-47/+61
* | netpoll: more efficient lockingEric Dumazet2016-11-162-4/+3
* | net: busy-poll: return busypolling status to driversEric Dumazet2016-11-161-4/+6
* | net: busy-poll: allow preemption in sk_busy_loop()Eric Dumazet2016-11-161-20/+82
* | ipv6: sr: add option to control lwtunnel supportDavid Lebrun2016-11-163-3/+23
* | tcp: allow to enable the repair mode for non-listening socketsAndrey Vagin2016-11-151-1/+1
* | dctcp: update cwnd on congestion eventFlorian Westphal2016-11-151-1/+8
* | udplite: fix NULL pointer dereferencePaolo Abeni2016-11-153-3/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-1554-249/+469
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-11-1444-184/+357
| |\ \
| | * | sctp: change sk state only when it has assocs in sctp_shutdownXin Long2016-11-141-8/+7
| | * | tcp: take care of truncations done by sk_filter()Eric Dumazet2016-11-132-3/+22
| | * | ipv4: use new_gw for redirect neigh lookupStephen Suryaputra Lin2016-11-131-1/+3
| | * | net: __skb_flow_dissect() must cap its return valueEric Dumazet2016-11-121-3/+8
| | * | bpf: Fix bpf_redirect to an ipip/ip6tnl devMartin KaFai Lau2016-11-122-19/+66
| | * | ipv4: update comment to document GSO fragmentation cases.Lance Richardson2016-11-101-5/+11
| | * | net: tcp response should set oif only if it is L3 masterDavid Ahern2016-11-092-3/+8
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-11-0912-40/+108
| | |\ \
| | | * | netfilter: nf_tables: fix oops when inserting an element into a verdict mapLiping Zhang2016-11-081-0/+1
| | | * | netfilter: conntrack: refine gc worker heuristicsFlorian Westphal2016-11-081-8/+41
| | | * | netfilter: conntrack: fix CT target for UNSPEC helpersFlorian Westphal2016-11-081-3/+8
| | | * | netfilter: connmark: ignore skbs with magic untracked conntrack objectsFlorian Westphal2016-11-081-2/+2
| | | * | ipvs: use IPVS_CMD_ATTR_MAX for family.maxattrWANG Cong2016-11-081-1/+1
| | | * | netfilter: nft_dup: do not use sreg_dev if the user doesn't specify itLiping Zhang2016-10-312-4/+8
| | | * | netfilter: nf_tables: destroy the set if fail to add transactionLiping Zhang2016-10-311-1/+3