aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-29Merge tag 'mac80211-next-for-davem-2016-10-28' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller30-325/+1077
2016-10-29tipc: fix broadcast link synchronization problemJon Paul Maloy6-6/+33
2016-10-29tcp_bbr: add a state transition diagram and accompanying commentNeal Cardwell1-1/+31
2016-10-29Merge tag 'batadv-next-for-davem-20161027' of git://git.open-mesh.org/linux-mergeDavid S. Miller23-190/+129
2016-10-29rds: debug messages are enabled by defaultshamir rabinovitch2-2/+2
2016-10-29Merge tag 'mac80211-for-davem-2016-10-27' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller1-1/+4
2016-10-29net: dev: Fix non-RCU based lower dev walkerDavid Ahern1-2/+2
2016-10-29flow_dissector: __skb_get_hash_symmetric arg can be constFlorian Westphal1-1/+1
2016-10-29tcp/dccp: drop SYN packets if accept queue is fullEric Dumazet3-15/+3
2016-10-29Merge tag 'batadv-net-for-davem-20161026' of git://git.open-mesh.org/linux-mergeDavid S. Miller3-3/+2
2016-10-29packet: on direct_xmit, limit tso and csum to supported devicesWillem de Bruijn2-5/+5
2016-10-29net_sched actions: use nla_parse_nested()Johannes Berg1-2/+1
2016-10-29switchdev: Remove redundant variableIdo Schimmel1-4/+1
2016-10-29netlink: Add nla_memdup() to wrap kmemdup() use on nlattrThomas Graf3-8/+3
2016-10-29net: ip, diag: include net/inet_sock.hArnd Bergmann1-0/+1
2016-10-29ip6_tunnel: Update skb->protocol to ETH_P_IPV6 in ip6_tnl_xmit()Eli Cooper1-0/+1
2016-10-29inet: Fix missing return value in inet6_hashCraig Gallek1-2/+4
2016-10-29sctp: validate chunk len before actually using itMarcelo Ricardo Leitner1-6/+6
2016-10-28net caif: insert missing spaces in pr_* messages and unbreak multi-line stringsColin Ian King1-6/+3
2016-10-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-8/+0
2016-10-28mac80211: fils_aead: fix encrypt error handlingArnd Bergmann1-4/+2
2016-10-27net: skip genenerating uevents for network namespaces that are exitingAndrey Vagin1-3/+11
2016-10-27net sched filters: fix notification of filter delete with proper handleJamal Hadi Salim1-1/+2
2016-10-27flow_dissector: fix vlan tag handlingArnd Bergmann1-5/+5
2016-10-27net: ipv6: Do not consider link state for nexthop validationDavid Ahern1-2/+4
2016-10-27net: ipv6: Fix processing of RAs in presence of VRFDavid Ahern1-20/+48
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg23-34/+34
2016-10-27genetlink: use idr to track familiesJohannes Berg1-165/+106
2016-10-27genetlink: statically initialize familiesJohannes Berg23-219/+304
2016-10-27genetlink: no longer support using static family IDsJohannes Berg23-40/+22
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