summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-04-08mpls: find_outdev: check for err ptr in addition to NULL checkRoopa Prabhu1-0/+3
2016-04-08ipv6: Count in extension headers in skb->network_headerJakub Sitnicki1-4/+4
2016-04-08tipc: stricter filtering of packets in bearer layerJon Paul Maloy2-17/+38
2016-04-08tipc: eliminate buffer leak in bearer layerJon Paul Maloy3-31/+29
2016-04-07RDS: fix congestion map corruption for PAGE_SIZE > 4kshamir rabinovitch1-1/+1
2016-04-07RDS: memory allocated must be align to 8shamir rabinovitch1-2/+2
2016-04-07GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOUAlexander Duyck4-3/+25
2016-04-07udp: Remove udp_offloadsTom Herbert1-63/+0
2016-04-07fou: change to use UDP socket GROTom Herbert1-31/+17
2016-04-07udp: Add socket based GRO and configTom Herbert1-0/+2
2016-04-07udp: Add GRO functions to UDP socketTom Herbert6-40/+41
2016-04-07udp: Add udp6_lib_lookup_skb and udp4_lib_lookup_skbTom Herbert2-0/+26
2016-04-07tun: use socket locks for sk_{attach,detatch}_filterHannes Frederic Sowa1-22/+13
2016-04-07net: introduce lockdep_is_held and update various places to use itHannes Frederic Sowa9-15/+16
2016-04-07sock: fix lockdep annotation in release_sockHannes Frederic Sowa1-5/+0
2016-04-07netfilter: ipv6: unnecessary to check whether ip6_route_output() returns NULLHaishuang Yan1-1/+1
2016-04-07tcp/dccp: fix inet_reuseport_add_sock()Eric Dumazet2-2/+4
2016-04-06net: add the AF_KCM entries to family name tablesDexuan Cui1-3/+6
2016-04-06ip_tunnel: implement __iptunnel_pull_headerJiri Benc1-4/+4
2016-04-06VSOCK: Detach QP check should filter out non matching QPs.Jorgen Hansen1-2/+2
2016-04-06af_packet: tone down the Tx-ring unsupported spew.Dave Jones1-1/+1
2016-04-06Revert "bridge: Fix incorrect variable assignment on error path in br_sysfs_a...David S. Miller1-1/+0
2016-04-06mac80211: fix "warning: ‘target_metric’ may be used uninitialized"Jeff Mahoney1-1/+1
2016-04-06cfg80211: Allow reassociation to be requested with internal SMEJouni Malinen2-3/+14
2016-04-06cfg80211: Add option to specify previous BSSID for Connect commandJouni Malinen2-2/+8
2016-04-06mac80211: minstrel_ht: set A-MSDU tx limits based on selected max_prob_rateFelix Fietkau1-0/+54
2016-04-06mac80211: add A-MSDU tx supportFelix Fietkau5-0/+166
2016-04-06mac80211: enable collecting station statistics per-CPUJohannes Berg4-46/+138
2016-04-06mac80211: add fast-rx pathJohannes Berg7-3/+409
2016-04-06mac80211: fix RX u64 stats consistency on 32-bit platformsJohannes Berg3-29/+54
2016-04-06mac80211: fix last RX rate data consistencyJohannes Berg3-49/+77
2016-04-06mac80211: add separate last_ack variableJohannes Berg4-9/+24
2016-04-06mac80211: remove rx_stats.last_rx update after sta allocJohannes Berg2-6/+0
2016-04-06mac80211: move averaged values out of rx_statsJohannes Berg4-10/+12
2016-04-06mac80211: move semicolon out of CALL_RXH macroJohannes Berg1-17/+17
2016-04-06mac80211: count MSDUs in A-MSDU properlyJohannes Berg1-9/+9
2016-04-06mac80211: allow passing transmitter station on RXJohannes Berg1-5/+13
2016-04-06net/core/dev: Warn on a too-short GRO frameAaron Conole1-0/+2
2016-04-06ip6_tunnel: set rtnl_link_ops before calling register_netdeviceThadeu Lima de Souza Cascardo1-1/+1
2016-04-06Revert "netpoll: Fix extra refcount release in netpoll_cleanup()"Bjorn Helgaas1-2/+1
2016-04-05udp: enable MSG_PEEK at non-zero offsetsamanthakumar6-25/+39
2016-04-05udp: remove headers from UDP packets before queueingsamanthakumar3-20/+31
2016-04-05sctp: flush if we can't fit another DATA chunkMarcelo Ricardo Leitner1-1/+2
2016-04-05mac80211: mesh: flush paths outside of plink lockBob Copeland1-2/+9
2016-04-05mac80211: mesh: fix cleanup for mesh pathtableBob Copeland3-2/+8
2016-04-05mac80211: mesh: fix mesh path kerneldocBob Copeland1-8/+12
2016-04-05mac80211: mesh: reorder structure membersBob Copeland1-3/+2
2016-04-05mac80211: mesh: embed gates hlist head directlyBob Copeland2-15/+5
2016-04-05mac80211: mesh: use hlist for rmc cacheBob Copeland2-10/+12
2016-04-05mac80211: mesh: handle failed alloc for rmc cacheBob Copeland1-0/+3