summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-10-27genetlink: introduce and use genl_family_attrbuf()Johannes Berg5-35/+53
2016-10-27skbedit: allow the user to specify bitmask for markAntonio Quartulli1-3/+18
2016-10-27cfg80211: Add support to update connection parametersvamsi krishna3-0/+70
2016-10-27cfg80211: handle fragmented IEs in splittingJohannes Berg1-3/+22
2016-10-27cfg80211: configure multicast to unicast for AP interfacesMichael Braun3-0/+66
2016-10-27mac80211: Claim Fast Initial Link Setup (FILS) STA supportJouni Malinen1-0/+1
2016-10-27mac80211: FILS AEAD protection for station mode association framesJouni Malinen7-4/+403
2016-10-27mac80211: Add FILS auth alg mappingJouni Malinen1-0/+12
2016-10-27cfg80211: Add KEK/nonces for FILS association framesJouni Malinen1-0/+12
2016-10-27cfg80211: Add Fast Initial Link Setup (FILS) auth algsJouni Malinen1-2/+19
2016-10-27mac80211: Allow AUTH_DATA to be used for FILSJouni Malinen1-3/+6
2016-10-27cfg80211: Rename SAE_DATA to more generic AUTH_DATAJouni Malinen4-19/+19
2016-10-27nl80211: use nla_parse_nested() instead of nla_parse()Johannes Berg1-48/+37
2016-10-27nl80211: move unsplit command advertising to a separate functionJohannes Berg1-75/+92
2016-10-27mac80211: validate new interface's beacon intervalsJohannes Berg2-1/+12
2016-10-27cfg80211: validate beacon int as part of iface combinationsJohannes Berg1-31/+52
2016-10-27cfg80211: disallow beacon_int_min_gcd with IBSSJohannes Berg1-0/+15
2016-10-27cfg80211: mesh: track (and thus validate) beacon intervalJohannes Berg1-0/+2
2016-10-27cfg80211: fix beacon interval in interface combination iterationJohannes Berg1-4/+2
2016-10-27cfg80211: add generic helper to check interface is runningArend Van Spriel2-41/+20
2016-10-27wireless: deprecate WDS and disable by defaultJohannes Berg1-0/+10
2016-10-26udp: fix IP_CHECKSUM handlingEric Dumazet3-7/+9
2016-10-26sctp: fix the panic caused by route updateXin Long1-1/+7
2016-10-26devlink: Prevent port_type_set() callback when it's not neededElad Raz1-0/+2
2016-10-26batman-adv: Revert "use core MTU range checking in misc drivers"Sven Eckelmann1-1/+12
2016-10-26sch_htb: do not report fake rate estimatorsEric Dumazet1-1/+1
2016-10-26cfg80211: process events caused by suspend before suspendingJohannes Berg1-1/+4
2016-10-23net: ip, diag -- Add diag interface for raw socketsCyrill Gorcunov6-4/+303
2016-10-23Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller3-35/+42
2016-10-23lwt: Remove unused len fieldThomas Graf2-7/+2
2016-10-23net: sctp, forbid negative lengthJiri Slaby1-1/+4
2016-10-23ipv6: do not increment mac header when it's unsetJason A. Donenfeld1-1/+2
2016-10-23net: allow to kill a task which waits net_mutex in copy_new_nsAndrey Vagin1-1/+8
2016-10-23net/sched: em_meta: Fix 'meta vlan' to correctly recognize zero VID framesShmulik Ladkani1-4/+5
2016-10-22bpf: add helper for retrieving current numa node idDaniel Borkmann1-0/+2
2016-10-22udp: use it's own memory accounting schemaPaolo Abeni4-66/+33
2016-10-22udp: implement memory accounting helpersPaolo Abeni1-0/+106
2016-10-22net/socket: factor out helpers for memory and queue manipulationPaolo Abeni2-33/+67
2016-10-22ipv4: use the right lock for ping_group_rangeWANG Cong1-4/+4
2016-10-22netns: revert "netns: avoid disabling irq for netns id"Paul Moore1-15/+20
2016-10-21net: remove MTU limits on a few ether_setup callersJarod Wilson5-2/+11
2016-10-21ipv6: fix a potential deadlock in do_ipv6_setsockopt()WANG Cong2-6/+14
2016-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller13-42/+70
2016-10-21batman-adv: fix splat on disabling an interfaceLinus Lüssing1-1/+0
2016-10-20ipv4/6: use core net MTU range checkingJarod Wilson4-33/+12
2016-10-20net: use core MTU range checking in misc driversJarod Wilson5-43/+8
2016-10-20net: use core MTU range checking in core net infraJarod Wilson4-14/+7
2016-10-20net: use core MTU range checking in WAN driversJarod Wilson1-10/+1
2016-10-20net: use core MTU range checking in wireless driversJarod Wilson1-11/+4
2016-10-20ipv4: disable BH in set_ping_group_range()Eric Dumazet1-2/+2