summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* mac80211: don't track HT capability changesJohannes Berg2017-10-131-11/+3
* cfg80211: fix CFG80211_EXTRA_REGDB_KEYDIR typoArnd Bergmann2017-10-131-1/+1
* cfg80211: don't print log output for building shipped-certsArnd Bergmann2017-10-131-2/+2
* cfg80211: remove set but never used variable cf_offsetJohannes Berg2017-10-121-3/+1
* mac80211: use crypto_aead_authsize()Johannes Berg2017-10-111-2/+2
* cfg80211: implement regdb signature checkingJohannes Berg2017-10-116-1/+182
* cfg80211: reg: remove support for built-in regdbJohannes Berg2017-10-117-267/+1
* cfg80211: support reloading regulatory databaseJohannes Berg2017-10-113-20/+77
* cfg80211: support loading regulatory database as firmware fileJohannes Berg2017-10-113-24/+276
* mac80211: only remove AP VLAN frames from TXQJohannes Berg2017-10-113-22/+39
* mac80211: aead api to reduce redundancyXiang Gao2017-10-117-152/+111
* net/mac80211/mesh_plink: Convert timers to use timer_setup()Kees Cook2017-10-064-7/+10
* Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg2017-10-06142-1534/+3519
|\
| * net/ipv6: remove unused err variable on icmpv6_push_pending_framesTim Hansen2017-10-051-2/+1
| * net: ipv6: remove unused code in ipv6_find_hdr()Lin Zhang2017-10-051-3/+0
| * tcp: a small refactor of RACK loss detectionYuchung Cheng2017-10-051-22/+18
| * tcp: more efficient RACK loss detectionYuchung Cheng2017-10-051-15/+5
| * tcp: new list for sent but unacked skbs for RACK recoveryEric Dumazet2017-10-054-13/+41
| * RDS: IB: Initialize max_items based on underlying device attributesAvinash Repaka2017-10-051-2/+2
| * RDS: IB: Limit the scope of has_fr/has_fmr variablesAvinash Repaka2017-10-052-7/+6
| * net/ipv4: Remove unused variable in route.cTim Hansen2017-10-051-2/+1
| * tcp: clean up TFO server's initial tcp_rearm_rto() callWei Wang2017-10-051-12/+9
| * tcp: uniform the set up of sockets after successful connectionWei Wang2017-10-053-24/+16
| * VSOCK: add sock_diag interfaceStefan Hajnoczi2017-10-053-0/+199
| * VSOCK: use TCP state constants for sk_stateStefan Hajnoczi2017-10-057-56/+64
| * VSOCK: move __vsock_in_bound/connected_table() to af_vsock.hStefan Hajnoczi2017-10-051-10/+0
| * VSOCK: export socket tables for sock_diag interfaceStefan Hajnoczi2017-10-051-4/+6
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-0526-154/+161
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-10-0523-137/+160
| | |\
| | | * net: 8021q: skip packets if the vlan is downVishakha Narvekar2017-10-041-0/+6
| | | * net: rtnetlink: fix info leak in RTM_GETSTATS callNikolay Aleksandrov2017-10-031-0/+3
| | | * socket, bpf: fix possible use after freeEric Dumazet2017-10-022-5/+12
| | | * l2tp: fix l2tp_eth module loadingGuillaume Nault2017-10-011-49/+2
| | | * ip_gre: erspan device should keep dstXin Long2017-10-011-0/+1
| | | * ip_gre: set tunnel hlen properly in erspan_tunnel_initXin Long2017-10-011-1/+3
| | | * ip_gre: check packet length and mtu correctly in erspan_xmitXin Long2017-10-011-1/+1
| | | * ip_gre: get key from session_id correctly in erspan_rcvXin Long2017-10-011-3/+1
| | | * tipc: use only positive error codes in messagesParthasarathy Bhuvaragan2017-10-011-1/+1
| | | * udp: perform source validation for mcast early demuxPaolo Abeni2017-10-012-21/+38
| | | * IPv4: early demux can return an error codePaolo Abeni2017-10-013-19/+26
| | | * ip6_tunnel: update mtu properly for ARPHRD_ETHER tunnel device in tx pathXin Long2017-10-011-2/+3
| | | * ip6_gre: ip6gre_tap device should keep dstXin Long2017-10-011-0/+1
| | | * ip_gre: ipgre_tap device should keep dstXin Long2017-10-011-0/+1
| | | * netlink: do not proceed if dump's start() errsJason A. Donenfeld2017-09-301-2/+5
| | | * net: Set sk_prot_creator when cloning sockets to the right protoChristoph Paasch2017-09-281-0/+2
| | | * packet: only test po->has_vnet_hdr once in packet_sndWillem de Bruijn2017-09-281-1/+3
| | | * packet: in packet_do_bind, test fanout with bind_lock heldWillem de Bruijn2017-09-281-3/+5
| | | * net: dsa: Fix network device registration orderFlorian Fainelli2017-09-281-13/+18
| | | * inetpeer: fix RCU lookup() againEric Dumazet2017-09-281-2/+2
| | | * sctp: Fix a big endian bug in sctp_diag_dump()Dan Carpenter2017-09-261-1/+3