aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-21tcp: add cwnd_undo functions to various tcp cc algorithmsFlorian Westphal5-1/+55
2016-11-21bridge: mcast: add MLDv2 querier supportNikolay Aleksandrov4-22/+112
2016-11-21bridge: mcast: add IGMPv3 query supportNikolay Aleksandrov4-18/+97
2016-11-21udp: avoid one cache line miss in recvmsg()Eric Dumazet2-2/+4
2016-11-19net: fix bogus cast in skb_pagelen() and use unsigned variablesAlexey Dobriyan2-2/+2
2016-11-19net: make struct napi_alloc_cache::skb_count unsigned intAlexey Dobriyan1-1/+1
2016-11-19Merge tag 'batadv-next-for-davem-20161119' of git://git.open-mesh.org/linux-mergeDavid S. Miller9-115/+445
2016-11-19af_packet: Use virtio_net_hdr_from_skb() directly.Jarno Rajahalme1-12/+4
2016-11-19af_packet: Use virtio_net_hdr_to_skb().Jarno Rajahalme1-48/+3
2016-11-19virtio_net: Do not clear memory for struct virtio_net_hdr twice.Jarno Rajahalme1-2/+0
2016-11-18ethtool: Core impl for ETHTOOL_PHY_DOWNSHIFT tunableRaju Lakkaraju1-0/+6
2016-11-18ethtool: Implements ETHTOOL_PHY_GTUNABLE/ETHTOOL_PHY_STUNABLERaju Lakkaraju1-0/+87
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan51-57/+56
2016-11-18udp: enable busy polling for all socketsEric Dumazet2-0/+4
2016-11-17RDS: TCP: Force every connection to be initiated by numerically smaller IP addressSowmini Varadhan3-18/+26
2016-11-17RDS: TCP: Track peer's connection generation numberSowmini Varadhan6-3/+57
2016-11-17RDS: TCP: set RDS_FLAG_RETRANSMITTED in cp_retrans listSowmini Varadhan1-0/+3
2016-11-17net_sched: sch_fq: use hash_ptr()Eric Dumazet1-2/+2
2016-11-16sctp: use new rhlist interface on sctp transport rhashtableXin Long3-47/+61
2016-11-16netpoll: more efficient lockingEric Dumazet2-4/+3
2016-11-16net: busy-poll: return busypolling status to driversEric Dumazet1-4/+6
2016-11-16net: busy-poll: allow preemption in sk_busy_loop()Eric Dumazet1-20/+82
2016-11-16ipv6: sr: add option to control lwtunnel supportDavid Lebrun3-3/+23
2016-11-15tcp: allow to enable the repair mode for non-listening socketsAndrey Vagin1-1/+1
2016-11-15dctcp: update cwnd on congestion eventFlorian Westphal1-1/+8
2016-11-15udplite: fix NULL pointer dereferencePaolo Abeni3-3/+6
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller54-249/+469
2016-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds44-184/+357
2016-11-14sctp: change sk state only when it has assocs in sctp_shutdownXin Long1-8/+7
2016-11-14net: fix sleeping for sk_wait_event()WANG Cong7-60/+59
2016-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller108-955/+1092
2016-11-13netfilter: x_tables: simplify IS_ERR_OR_NULL to NULL testJulia Lawall4-31/+31
2016-11-13tcp: take care of truncations done by sk_filter()Eric Dumazet2-3/+22
2016-11-13ipv4: use new_gw for redirect neigh lookupStephen Suryaputra Lin1-1/+3
2016-11-13openvswitch: allow L3 netdev portsJiri Benc1-3/+6
2016-11-13openvswitch: add Ethernet push and pop actionsJiri Benc2-0/+67
2016-11-13openvswitch: netlink: support L3 packetsJiri Benc1-61/+99
2016-11-13openvswitch: add processing of L3 packetsJiri Benc3-37/+101
2016-11-13openvswitch: support MPLS push and pop for L3 packetsJiri Benc1-7/+11
2016-11-13openvswitch: pass mac_proto to ovs_vport_sendJiri Benc3-14/+19
2016-11-13openvswitch: add mac_proto field to the flow keyJiri Benc4-11/+31
2016-11-13openvswitch: use hard_header_len instead of hardcoded ETH_HLENJiri Benc2-5/+8
2016-11-12net: __skb_flow_dissect() must cap its return valueEric Dumazet1-3/+8
2016-11-12bpf: Fix bpf_redirect to an ipip/ip6tnl devMartin KaFai Lau2-19/+66
2016-11-11Merge tag 'ceph-for-4.9-rc5' of git://github.com/ceph/ceph-clientLinus Torvalds2-1/+3
2016-11-11Merge tag 'nfs-for-4.9-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds3-18/+29
2016-11-10libceph: initialize last_linger_id with a large integerIlya Dryomov1-0/+1
2016-11-10libceph: fix legacy layout decode with pool 0Yan, Zheng1-1/+2
2016-11-10ipv4: update comment to document GSO fragmentation cases.Lance Richardson1-5/+11
2016-11-10xprtrdma: Fix DMAR failure in frwr_op_map() after reconnectChuck Lever2-16/+24