aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-04nfc: nci: Fix nci_core_conn_create to allowing empty destinationChristophe Ricard1-9/+9
2016-04-09ipv6: fix inet6_lookup_listener()Eric Dumazet1-2/+2
2016-04-08net: dsa: make the VLAN add function return voidVivien Didelot1-8/+3
2016-04-08net: dsa: make the FDB add function return voidVivien Didelot1-8/+8
2016-04-08net: dsa: make the STP state function return voidVivien Didelot1-17/+15
2016-04-08Merge tag 'mac80211-next-for-davem-2016-04-06' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller39-984/+1809
2016-04-08devlink: share user_ptr pointer for both devlink and devlink_portJiri Pirko1-8/+13
2016-04-08devlink: remove implicit type set in port registerJiri Pirko1-1/+0
2016-04-07tipc: stricter filtering of packets in bearer layerJon Paul Maloy2-17/+38
2016-04-07tipc: eliminate buffer leak in bearer layerJon Paul Maloy3-31/+29
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-07tcp/dccp: fix inet_reuseport_add_sock()Eric Dumazet2-2/+4
2016-04-06ip_tunnel: implement __iptunnel_pull_headerJiri Benc1-4/+4
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-05net/core/dev: Warn on a too-short GRO frameAaron Conole1-0/+2
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-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
2016-04-05mac80211: mesh: fix crash in mesh_path_timerBob Copeland3-15/+25
2016-04-05mac80211: track and tell driver about GO client P2P PS abilitiesAyala Beker2-0/+33
2016-04-05cfg80211: allow userspace to specify client P2P PS supportAyala Beker1-0/+34
2016-04-05mac80211: avoid useless memory write on each frame RXJohannes Berg1-3/+4
2016-04-05mac80211: fix cipher scheme function nameJohannes Berg1-4/+4
2016-04-05mac80211: clean up station flags debugfsJohannes Berg2-20/+47