summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | mac80211: don't send SMPS action frame in AP mode when not neededEmmanuel Grumbach2017-06-131-0/+2
| | * | mac80211/wpa: use constant time memory comparison for MACsJason A. Donenfeld2017-06-131-4/+5
| | * | mac80211: set bss_info data before configuring the channelJohannes Berg2017-06-131-10/+28
| | * | mac80211: remove 5/10 MHz rate code from station MLMEJohannes Berg2017-06-131-21/+3
| | * | mac80211: Fix incorrect condition when checking rx timestampAvraham Stern2017-06-131-1/+1
| | * | mac80211: don't look at the PM bit of BAR framesEmmanuel Grumbach2017-06-131-1/+5
| * | | igmp: acquire pmc lock for ip_mc_clear_src()WANG Cong2017-06-131-8/+13
| * | | net: rps: fix uninitialized symbol warningAshwanth Goli2017-06-131-1/+1
| * | | hsr: fix incorrect warningKaricheri, Muralidharan2017-06-123-5/+9
| * | | proc: snmp6: Use correct type in memsetChristian Perle2017-06-121-1/+1
| * | | net: ipmr: Fix some mroute forwarding issues in vrf'sDonald Sharp2017-06-111-17/+15
| * | | net: tipc: Fix a sleep-in-atomic bug in tipc_msg_reverseJia-Ju Bai2017-06-101-1/+1
| * | | net: caif: Fix a sleep-in-atomic bug in cfpkt_create_pfxJia-Ju Bai2017-06-101-5/+1
| * | | sctp: disable BH in sctp_for_each_endpointXin Long2017-06-101-2/+2
| * | | l2tp: cast l2tp traffic counter to unsignedDominik Heidler2017-06-101-6/+7
| * | | Merge tag 'linux-can-fixes-for-4.12-20170609' of git://git.kernel.org/pub/scm...David S. Miller2017-06-091-2/+1
| |\ \ \
| | * | | can: af_can: namespace support: fix lockdep splat: properly initialize spin_lockMarc Kleine-Budde2017-06-091-2/+1
| * | | | mac80211: free netdev on dev_alloc_name() errorJohannes Berg2017-06-091-0/+1
| * | | | net: rps: send out pending IPI's on CPU hotplugashwanth@codeaurora.org2017-06-091-9/+22
| * | | | Fix an intermittent pr_emerg warning about lo becoming free.Krister Johansen2017-06-091-0/+14
| * | | | af_unix: Add sockaddr length checks before accessing sa_family in bind and co...Mateusz Jurczyk2017-06-091-1/+6
| |/ / /
| * / / ila_xlat: add missing hash secret initializationArnd Bergmann2017-06-081-0/+1
| |/ /
| * | net: ipv6: Release route when device is unregisteringDavid Ahern2017-06-081-0/+1
| * | net: Zero ifla_vf_info in rtnl_fill_vfinfo()Mintz, Yuval2017-06-081-1/+2
| * | decnet: dn_rtmsg: Improve input length sanitization in dnrmg_receive_user_skbMateusz Jurczyk2017-06-081-1/+3
| * | Revert "decnet: dn_rtmsg: Improve input length sanitization in dnrmg_receive_...David S. Miller2017-06-081-3/+1
| * | decnet: dn_rtmsg: Improve input length sanitization in dnrmg_receive_user_skbMateusz Jurczyk2017-06-081-1/+3
| * | net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-0721-45/+48
| * | 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/+2
* | | 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/+14
* | | | net: dsa: Remove master_netdev and use dst->cpu_dp->netdevFlorian Fainelli2017-06-135-39/+36
* | | | networking: use skb_put_zero()Johannes Berg2017-06-131-2/+1
* | | | 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/+1
| * | | | 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/+29
| * | | | 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/+4