summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* udp: Unbreak modules that rely on external __skb_recv_udp() availabilityJiri Kosina2018-10-181-1/+1
* tipc: fix flow control accounting for implicit connectParthasarathy Bhuvaragan2018-10-181-1/+3
* sctp: update dst pmtu with the correct daddrXin Long2018-10-181-2/+10
* rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096Eric Dumazet2018-10-181-0/+6
* rtnetlink: fix rtnl_fdb_dump() for ndmsg headerMauricio Faria de Oliveira2018-10-181-9/+20
* net: sched: cls_u32: fix hnode refcountingAl Viro2018-10-181-5/+5
* net: sched: Add policy validation for tc attributesDavid Ahern2018-10-181-4/+20
* netlabel: check for IPV4MASK in addrinfo_getSean Tranchetti2018-10-181-1/+2
* net/ipv6: Display all addresses in output of /proc/net/if_inet6Jeff Barnhill2018-10-181-3/+1
* net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca2018-10-183-6/+84
* ipv6: take rcu lock in rawv6_send_hdrinc()Wei Wang2018-10-181-9/+20
* ipv4: fix use-after-free in ip_cmsg_recv_dstaddr()Eric Dumazet2018-10-181-2/+1
* ip_tunnel: be careful when accessing the inner headerPaolo Abeni2018-10-181-0/+9
* ip6_tunnel: be careful when accessing the inner headerPaolo Abeni2018-10-181-2/+11
* rds: rds_ib_recv_alloc_cache() should call alloc_percpu_gfp() insteadKa-Cheong Poon2018-10-133-7/+7
* tipc: call start and done ops directly in __tipc_nl_compat_dumpit()Cong Wang2018-10-133-6/+14
* mac80211: fix setting IEEE80211_KEY_FLAG_RX_MGMT for AP mode keysFelix Fietkau2018-10-131-1/+1
* mac80211: allocate TXQs for active monitor interfacesFelix Fietkau2018-10-131-1/+2
* netfilter: xt_hashlimit: use s->file instead of s->privateCong Wang2018-10-101-9/+9
* netfilter: nfnetlink_queue: Solve the NFQUEUE/conntrack clash for NF_REPEATMichal 'vorner' Vaner2018-10-101-0/+1
* netfilter: nf_tables: release chain in flushing setTaehee Yoo2018-10-101-0/+1
* netfilter: kconfig: nat related expression depend on nftables coreFlorian Westphal2018-10-101-3/+5
* netfilter: xt_checksum: ignore gso skbsFlorian Westphal2018-10-102-7/+27
* netfilter: xt_cluster: add dependency on conntrack moduleMartin Willi2018-10-101-1/+13
* mac80211: shorten the IBSS debug messagesEmmanuel Grumbach2018-10-101-11/+11
* mac80211: don't Tx a deauth frame if the AP forbade TxEmmanuel Grumbach2018-10-101-2/+15
* mac80211: Fix station bandwidth setting after channel switchIlan Peer2018-10-101-0/+53
* mac80211: fix a race between restart and CSA flowsEmmanuel Grumbach2018-10-101-1/+20
* mac80211: fix WMM TXOP calculationDreyfuss, Haim2018-10-101-2/+1
* cfg80211: fix a type issue in ieee80211_chandef_to_operating_class()Dan Carpenter2018-10-101-1/+1
* mac80211: fix an off-by-one issue in A-MSDU max_subframe computationLorenzo Bianconi2018-10-101-1/+1
* bpf: Fix bpf_msg_pull_data()Tushar Dave2018-10-101-4/+3
* mac80211: always account for A-MSDU header changesJohannes Berg2018-10-101-5/+7
* mac80211: do not convert to A-MSDU if frag/subframe limitedLorenzo Bianconi2018-10-101-3/+3
* cfg80211: nl80211_update_ft_ies() to validate NL80211_ATTR_IEArunk Khandavalli2018-10-101-0/+1
* tipc: switch to rhashtable iteratorCong Wang2018-10-104-26/+56
* bpf: fix sg shift repair start offset in bpf_msg_pull_dataDaniel Borkmann2018-10-101-13/+13
* bpf: fix shift upon scatterlist ring wrap-around in bpf_msg_pull_dataDaniel Borkmann2018-10-101-1/+4
* bpf: fix msg->data/data_end after sg shift repair in bpf_msg_pull_dataDaniel Borkmann2018-10-101-3/+2
* mac80211: avoid kernel panic when building AMSDU from non-linear SKBSara Sharon2018-10-101-17/+21
* mac80211: mesh: fix HWMP sequence numbering to follow standardYuan-Chi Pang2018-10-101-0/+4
* bpf: fix several offset tests in bpf_msg_pull_dataDaniel Borkmann2018-10-101-5/+9
* nl80211: Pass center frequency in kHz instead of MHzHaim Dreyfuss2018-10-101-1/+1
* nl80211: Fix nla_put_u8 to u16 for NL80211_WMMR_TXOPHaim Dreyfuss2018-10-101-2/+2
* cfg80211: make wmm_rule part of the reg_rule structureStanislaw Gruszka2018-10-103-86/+22
* mac80211: correct use of IEEE80211_VHT_CAP_RXSTBC_XDanek Duvall2018-10-101-4/+1
* cfg80211: remove division by size of sizeof(struct ieee80211_wmm_rule)Johannes Berg2018-10-101-2/+1
* mac80211: Run TXQ teardown code before de-registering interfacesToke Høiland-Jørgensen2018-10-101-1/+1
* tcp_bbr: in restart from idle, see if we should exit PROBE_RTTKevin Yang2018-10-031-0/+4
* tcp_bbr: add bbr_check_probe_rtt_done() helperKevin Yang2018-10-031-16/+18