summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-06-13nl80211: add authorized flag to ROAM eventAvraham Stern2-1/+4
2017-06-13cfg80211: support 4-way handshake offloading for 802.1XAvraham Stern4-0/+195
2017-06-13cfg80211: support 4-way handshake offloading for WPA/WPA2-PSKEliad Peller1-0/+9
2017-06-13mac80211: don't send SMPS action frame in AP mode when not neededEmmanuel Grumbach1-0/+2
2017-06-13mac80211/wpa: use constant time memory comparison for MACsJason A. Donenfeld1-4/+5
2017-06-13mac80211: set bss_info data before configuring the channelJohannes Berg1-10/+28
2017-06-13mac80211: remove 5/10 MHz rate code from station MLMEJohannes Berg1-21/+3
2017-06-13mac80211: Fix incorrect condition when checking rx timestampAvraham Stern1-1/+1
2017-06-13mac80211: don't look at the PM bit of BAR framesEmmanuel Grumbach1-1/+5
2017-06-12hsr: fix incorrect warningKaricheri, Muralidharan3-5/+9
2017-06-12udp: try to avoid 2 cache miss on dequeuePaolo Abeni1-11/+103
2017-06-12udp: avoid a cache miss on dequeuePaolo Abeni2-5/+25
2017-06-12net: factor out a helper to decrement the skb refcountPaolo Abeni2-13/+5
2017-06-12proc: snmp6: Use correct type in memsetChristian Perle1-1/+1
2017-06-12Bluetooth: Send HCI Set Event Mask Page 2 command only when neededMarcel Holtmann1-2/+15
2017-06-11net: ipmr: Fix some mroute forwarding issues in vrf'sDonald Sharp1-17/+15
2017-06-10bpf: add bpf_set_hash helper for tc progsDaniel Borkmann1-0/+20
2017-06-10bpf: remove cg_skb_func_proto and use sk_filter_func_proto directlyDaniel Borkmann1-7/+1
2017-06-10net: tipc: Fix a sleep-in-atomic bug in tipc_msg_reverseJia-Ju Bai1-1/+1
2017-06-10net: caif: Fix a sleep-in-atomic bug in cfpkt_create_pfxJia-Ju Bai1-5/+1
2017-06-10Remove the redundant skb->dev initialization in ip6_fragmentChenbo Feng1-1/+0
2017-06-10sctp: no need to check assoc id before calling sctp_assoc_set_idXin Long1-6/+2
2017-06-10sctp: use read_lock_bh in sctp_eps_seq_showXin Long1-4/+2
2017-06-10sctp: fix recursive locking warning in sctp_do_peeloffXin Long1-2/+2
2017-06-10sctp: disable BH in sctp_for_each_endpointXin Long1-2/+2
2017-06-10net/packet: remove unneeded declaraion of tpacket_snd().Rosen, Rami1-1/+0
2017-06-10l2tp: cast l2tp traffic counter to unsignedDominik Heidler1-6/+7
2017-06-10bpf: Remove duplicate tcp_filter hook in ipv6Chenbo Feng1-3/+0
2017-06-10netns: fix error code when the nsid is already usedNicolas Dichtel1-0/+1
2017-06-10netns: define extack error msg for nsis cmdsNicolas Dichtel1-9/+33
2017-06-10Bluetooth: use constant time memory comparison for secret valuesJason A. Donenfeld1-19/+20
2017-06-09Merge tag 'linux-can-fixes-for-4.12-20170609' of git://git.kernel.org/pub/scm...David S. Miller1-2/+1
2017-06-09mac80211: free netdev on dev_alloc_name() errorJohannes Berg1-0/+1
2017-06-09net: rps: send out pending IPI's on CPU hotplugashwanth@codeaurora.org1-9/+22
2017-06-09ipv6: Initial skb->dev and skb->protocol in ip6_outputChenbo Feng1-3/+3
2017-06-09Fix an intermittent pr_emerg warning about lo becoming free.Krister Johansen1-0/+14
2017-06-09Ipvlan should return an error when an address is already in use.Krister Johansen3-1/+68
2017-06-09af_unix: Add sockaddr length checks before accessing sa_family in bind and co...Mateusz Jurczyk1-1/+6
2017-06-09batman-adv: simplify return handling in some TT functionsSimon Wunderlich1-11/+6
2017-06-09batman-adv: do not add loop detection mac addresses to global ttSimon Wunderlich1-0/+6
2017-06-09batman-adv: tp_meter: mark init function with __initAntonio Quartulli1-1/+2
2017-06-09can: af_can: namespace support: fix lockdep splat: properly initialize spin_lockMarc Kleine-Budde1-2/+1
2017-06-08skbuff: only inherit relevant tx_flagsWillem de Bruijn1-4/+6
2017-06-08ila_xlat: add missing hash secret initializationArnd Bergmann1-0/+1
2017-06-08net: ipmr: add getlink supportNikolay Aleksandrov1-0/+126
2017-06-08net: Remove support for bridge bypass ndos from stacked devicesArkadi Sharshevsky1-6/+0
2017-06-08net: bridge: Receive notification about successful FDB offloadArkadi Sharshevsky3-3/+35
2017-06-08net: bridge: Add support for notifying devices about FDB add/delArkadi Sharshevsky4-2/+44
2017-06-08net: switchdev: Change notifier chain to be atomicArkadi Sharshevsky1-24/+6
2017-06-08net: bridge: Add support for calling FDB external learning under rcuArkadi Sharshevsky3-4/+8