summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* bpf: use __GFP_COMP while allocating pageTushar Dave2018-10-181-1/+2
* Bluetooth: Use correct tfm to generate OOB dataMatias Karhumaa2018-10-181-1/+7
* Bluetooth: SMP: Fix trying to use non-existent local OOB dataJohan Hedberg2018-10-181-2/+6
* net/ipv6: stop leaking percpu memory in fib6 infoMike Rapoport2018-10-181-0/+2
* net/ipv6: Remove extra call to ip6_convert_metrics for multipath caseDavid Ahern2018-10-181-5/+0
* net: ipv4: don't let PMTU updates increase route MTUSabrina Dubroca2018-10-181-3/+4
* rtnetlink: Fail dump if target netnsid is invalidDavid Ahern2018-10-181-4/+2
* inet: make sure to grab rcu_read_lock before using ireq->ireq_optEric Dumazet2018-10-183-3/+10
* tcp/dccp: fix lockdep issue when SYN is backloggedEric Dumazet2018-10-182-2/+6
* net-ethtool: ETHTOOL_GUFO did not and should not require CAP_NET_ADMINMaciej Żenczykowski2018-10-181-0/+1
* net/packet: fix packet drop as of virtio gsoJianfeng Tan2018-10-181-4/+7
* 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