summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | net: don't call strlen on non-terminated string in dev_set_alias()Alexander Potapenko2017-06-071-1/+2
* | | rxrpc: Cache the congestion window settingDavid Howells2017-06-146-6/+19
* | | net: use skb_unref() in napi_consume_skb()Paolo Abeni2017-06-141-3/+2Star
* | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2017-06-142-21/+35
|\ \ \
| * | | Bluetooth: Send HCI Set Event Mask Page 2 command only when neededMarcel Holtmann2017-06-121-2/+15
| * | | Bluetooth: use constant time memory comparison for secret valuesJason A. Donenfeld2017-06-101-19/+20
* | | | bpf: permits narrower load from bpf program context fieldsYonghong Song2017-06-141-14/+42
* | | | net: dsa: Introduce dsa_get_cpu_port()Florian Fainelli2017-06-136-25/+29
* | | | net: dsa: Associate slave network device with CPU portFlorian Fainelli2017-06-134-2/+16
* | | | net: dsa: Relocate master ethtool operationsFlorian Fainelli2017-06-132-18/+14Star
* | | | net: dsa: Remove master_netdev and use dst->cpu_dp->netdevFlorian Fainelli2017-06-135-39/+36Star
* | | | networking: use skb_put_zero()Johannes Berg2017-06-131-2/+1Star
* | | | Merge tag 'mac80211-next-for-davem-2017-06-13' of git://git.kernel.org/pub/sc...David S. Miller2017-06-1327-103/+463
|\ \ \ \
| * | | | net: rfkill: gpio: Switch to devm_acpi_dev_add_driver_gpios()Andy Shevchenko2017-06-131-4/+1Star
| * | | | 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