summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | mac80211: add the action to the drv_ampdu_action tracepointEmmanuel Grumbach2017-06-131-4/+7
| * | | | nl80211: add authorized flag to ROAM eventAvraham Stern2017-06-132-1/+4
| * | | | cfg80211: support 4-way handshake offloading for 802.1XAvraham Stern2017-06-134-0/+195
| * | | | cfg80211: support 4-way handshake offloading for WPA/WPA2-PSKEliad Peller2017-06-131-0/+9
| * | | | mac80211: manage RX BA session offload without SKB queueJohannes Berg2017-06-086-73/+29Star
| * | | | Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg2017-06-08220-2457/+4302
| |\ \ \ \
| * | | | | mac80211: Invoke TX LED in more code pathsBjorn Andersson2017-05-301-2/+2
| * | | | | skbuff/mac80211: introduce and use skb_put_zero()Johannes Berg2017-05-302-8/+4Star
| * | | | | mac80211: enable VHT for mesh channel processingSimon Wunderlich2017-05-241-1/+3
| * | | | | mac80211: mesh: support sending wide bandwidth CSASimon Wunderlich2017-05-243-2/+82
| * | | | | mac80211: mark as action frame when parsing IEs of CSA action framesSimon Wunderlich2017-05-191-1/+1
| * | | | | mac80211: mesh: Allow following CSA to DFS channels if userspace handles itBenjamin Berg2017-05-193-3/+15
| * | | | | wireless: Require HANDLE_DFS flag to switch channel for non-AP modeBenjamin Berg2017-05-191-1/+13
| * | | | | wireless: Only join DFS channels in mesh mode if userspace flags supportBenjamin Berg2017-05-192-0/+11
| * | | | | mac80211: move clearing result into ieee80211_parse_ch_switch_ie()Johannes Berg2017-05-194-3/+2Star
| * | | | | mac80211: mesh: mark channel as unusable if a regulatory MESH CSA is receivedBenjamin Berg2017-05-193-0/+27
| * | | | | mac80211: Dynamically set CoDel parameters per stationToke Høiland-Jørgensen2017-05-175-2/+57
| * | | | | cfg80211: improve warnings in VHT rate calculationJohannes Berg2017-05-171-4/+7
* | | | | | Merge tag 'batadv-next-for-davem-20170613' of git://git.open-mesh.org/linux-m...David S. Miller2017-06-1311-62/+72
|\ \ \ \ \ \
| * | | | | | batman-adv: Accept only filled wifi station infoSven Eckelmann2017-06-131-0/+4
| * | | | | | batman-adv: Use default throughput value on cfg80211 errorSven Eckelmann2017-06-131-2/+4
| * | | | | | batman-adv: simplify return handling in some TT functionsSimon Wunderlich2017-06-091-11/+6Star
| * | | | | | batman-adv: do not add loop detection mac addresses to global ttSimon Wunderlich2017-06-091-0/+6
| * | | | | | batman-adv: tp_meter: mark init function with __initAntonio Quartulli2017-06-091-1/+2
| * | | | | | batman-adv: Print correct function names in dbg messagesSven Eckelmann2017-05-235-42/+46
| * | | | | | batman-adv: Combine two seq_puts() calls into one call in batadv_nc_nodes_seq...Markus Elfring2017-05-231-3/+1Star
| * | | | | | batman-adv: Replace a seq_puts() call by seq_putc() in two functionsMarkus Elfring2017-05-232-2/+2
| * | | | | | batman-adv: decrease maximum fragment sizeMatthias Schiffer2017-05-231-1/+1
| * | | | | | batman-adv: Start new development cycleSimon Wunderlich2017-05-231-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com2017-06-131-4/+5
* | | | | | udp: try to avoid 2 cache miss on dequeuePaolo Abeni2017-06-121-11/+103
* | | | | | udp: avoid a cache miss on dequeuePaolo Abeni2017-06-122-5/+25
* | | | | | net: factor out a helper to decrement the skb refcountPaolo Abeni2017-06-122-13/+5Star
* | | | | | bpf: add bpf_set_hash helper for tc progsDaniel Borkmann2017-06-111-0/+20
* | | | | | bpf: remove cg_skb_func_proto and use sk_filter_func_proto directlyDaniel Borkmann2017-06-111-7/+1Star
* | | | | | Remove the redundant skb->dev initialization in ip6_fragmentChenbo Feng2017-06-101-1/+0Star
* | | | | | sctp: no need to check assoc id before calling sctp_assoc_set_idXin Long2017-06-101-6/+2Star
* | | | | | sctp: use read_lock_bh in sctp_eps_seq_showXin Long2017-06-101-4/+2Star
* | | | | | sctp: fix recursive locking warning in sctp_do_peeloffXin Long2017-06-101-2/+2
* | | | | | net/packet: remove unneeded declaraion of tpacket_snd().Rosen, Rami2017-06-101-1/+0Star
* | | | | | bpf: Remove duplicate tcp_filter hook in ipv6Chenbo Feng2017-06-101-3/+0Star
* | | | | | netns: fix error code when the nsid is already usedNicolas Dichtel2017-06-101-0/+1
* | | | | | netns: define extack error msg for nsis cmdsNicolas Dichtel2017-06-101-9/+33
* | | | | | ipv6: Initial skb->dev and skb->protocol in ip6_outputChenbo Feng2017-06-091-3/+3
* | | | | | Ipvlan should return an error when an address is already in use.Krister Johansen2017-06-093-1/+68
| |_|_|/ / |/| | | |
* | | | | skbuff: only inherit relevant tx_flagsWillem de Bruijn2017-06-081-4/+6
* | | | | net: ipmr: add getlink supportNikolay Aleksandrov2017-06-081-0/+126
* | | | | net: Remove support for bridge bypass ndos from stacked devicesArkadi Sharshevsky2017-06-081-6/+0Star
* | | | | net: bridge: Receive notification about successful FDB offloadArkadi Sharshevsky2017-06-083-3/+35
* | | | | net: bridge: Add support for notifying devices about FDB add/delArkadi Sharshevsky2017-06-084-2/+44