aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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-18cfg80211: limit scan results cache sizeJohannes Berg2-0/+70
2016-11-17net sched filters: pass netlink message flags in event notificationRoman Mashak1-2/+3
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-17ip6_tunnel: disable caching when the traffic class is inheritedPaolo Abeni1-2/+11
2016-11-17net: check dead netns for peernet2id_alloc()WANG Cong1-0/+2
2016-11-17wireless: fix bogus maybe-uninitialized warningArnd Bergmann1-1/+1
2016-11-17xattr: Fix setting security xattrs on sockfsAndreas Gruenbacher1-0/+15
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-16ipv4: Fix memory leak in exception case for splitting triesAlexander Duyck1-1/+3
2016-11-16ipv4: Restore fib_trie_flush_external function and fix call orderingAlexander Duyck2-5/+80
2016-11-16ipv6: sr: add option to control lwtunnel supportDavid Lebrun3-3/+23
2016-11-15rtnetlink: fix rtnl message size computation for XDPSabrina Dubroca1-1/+2
2016-11-15rtnetlink: fix rtnl_vfinfo_sizeSabrina Dubroca1-5/+7
2016-11-15tcp: allow to enable the repair mode for non-listening socketsAndrey Vagin1-1/+1
2016-11-15udp: restore UDPlite many-cast deliveryPablo Neira2-6/+6
2016-11-15dctcp: update cwnd on congestion eventFlorian Westphal1-1/+8
2016-11-15igmp: do not remove igmp souce list info when set link downHangbin Liu1-14/+36
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-15mac80211: fix A-MSDU aggregation with fast-xmit + txqFelix Fietkau1-1/+5
2016-11-15mac80211: remove bogus skb vif assignmentFelix Fietkau1-3/+0
2016-11-15mac80211: update A-MPDU flag on tx dequeueFelix Fietkau1-0/+5
2016-11-15cfg80211: add bitrate for 20MHz MCS 9Pedersen, Thomas1-1/+2
2016-11-15Revert "mac80211: allow using AP_LINK_PS with mac80211-generated TIM IE"Felix Fietkau1-1/+1
2016-11-15mac80211: Ignore VHT IE from peer with wrong rx_mcs_mapFilip Matusiak1-0/+16
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-14sunrpc: svc_age_temp_xprts_now should not call setsockopt non-tcp transportsScott Mayhew3-10/+28
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