summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tipc: check return value of __tipc_dump_start()Cong Wang2018-09-121-1/+4
* rds: fix two RCU related problemsCong Wang2018-09-121-1/+4
* erspan: fix error handling for erspan tunnelHaishuang Yan2018-09-111-0/+3
* erspan: return PACKET_REJECT when the appropriate tunnel is not foundHaishuang Yan2018-09-111-0/+2
* tcp: rate limit synflood warnings furtherWillem de Bruijn2018-09-111-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-09-1118-99/+180
|\
| * netfilter: xt_hashlimit: use s->file instead of s->privateCong Wang2018-09-111-9/+9
| * netfilter: nfnetlink_queue: Solve the NFQUEUE/conntrack clash for NF_REPEATMichal 'vorner' Vaner2018-09-111-0/+1
| * netfilter: cttimeout: ctnl_timeout_find_get() returns incorrect pointer to typePablo Neira Ayuso2018-09-111-3/+3
| * netfilter: conntrack: timeout interface depend on CONFIG_NF_CONNTRACK_TIMEOUTPablo Neira Ayuso2018-09-118-45/+45
| * netfilter: conntrack: reset tcp maxwin on re-registerFlorian Westphal2018-09-111-0/+26
| * netfilter: nf_tables: release chain in flushing setTaehee Yoo2018-08-311-0/+1
| * netfilter: kconfig: nat related expression depend on nftables coreFlorian Westphal2018-08-311-3/+5
| * netfilter: nf_tables: rework ct timeout set supportFlorian Westphal2018-08-291-30/+29
| * netfilter: conntrack: place 'new' timeout in first location tooFlorian Westphal2018-08-293-0/+21
| * netfilter: xt_checksum: ignore gso skbsFlorian Westphal2018-08-242-7/+27
| * netfilter: xt_cluster: add dependency on conntrack moduleMartin Willi2018-08-231-1/+13
| * netfilter: conntrack: remove duplicated include from nf_conntrack_proto_udp.cYue Haibing2018-08-231-1/+0
* | ip: frags: fix crash in ip_do_fragment()Taehee Yoo2018-09-092-0/+2
* | net/tls: Set count of SG entries if sk_alloc_sg returns -ENOSPCVakul Garg2018-09-091-0/+6
* | tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPYVincent Whitchurch2018-09-072-4/+1
* | net_sched: properly cancel netlink dump on failureCong Wang2018-09-071-4/+8
* | tipc: call start and done ops directly in __tipc_nl_compat_dumpit()Cong Wang2018-09-063-6/+14
* | net/iucv: declare iucv_path_table_empty() as staticJulian Wiedmann2018-09-051-1/+1
* | net/af_iucv: fix skb handling on HiperTransport xmit errorJulian Wiedmann2018-09-051-11/+23
* | net/af_iucv: drop inbound packets with invalid flagsJulian Wiedmann2018-09-051-2/+2
* | net/sched: fix memory leak in act_tunnel_key_init()Davide Caratti2018-09-051-6/+10
* | tipc: orphan sock in tipc_release()Cong Wang2018-09-051-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-09-0441-290/+409
|\ \
| * | net: sched: action_ife: take reference to meta moduleVlad Buslov2018-09-041-1/+15
| * | act_ife: fix a potential use-after-freeCong Wang2018-09-041-1/+1
| * | Merge tag 'mac80211-for-davem-2018-09-03' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-09-0311-135/+164
| |\ \
| | * | mac80211: shorten the IBSS debug messagesEmmanuel Grumbach2018-09-031-11/+11
| | * | mac80211: don't Tx a deauth frame if the AP forbade TxEmmanuel Grumbach2018-09-031-2/+15
| | * | mac80211: Fix station bandwidth setting after channel switchIlan Peer2018-09-031-0/+53
| | * | mac80211: fix a race between restart and CSA flowsEmmanuel Grumbach2018-09-031-1/+20
| | * | mac80211: fix WMM TXOP calculationDreyfuss, Haim2018-09-031-2/+1
| | * | cfg80211: fix a type issue in ieee80211_chandef_to_operating_class()Dan Carpenter2018-09-031-1/+1
| | * | mac80211: fix an off-by-one issue in A-MSDU max_subframe computationLorenzo Bianconi2018-09-031-1/+1
| | * | mac80211: always account for A-MSDU header changesJohannes Berg2018-08-301-5/+7
| | * | mac80211: do not convert to A-MSDU if frag/subframe limitedLorenzo Bianconi2018-08-301-3/+3
| | * | cfg80211: nl80211_update_ft_ies() to validate NL80211_ATTR_IEArunk Khandavalli2018-08-301-0/+1
| | * | mac80211: avoid kernel panic when building AMSDU from non-linear SKBSara Sharon2018-08-291-17/+21
| | * | mac80211: mesh: fix HWMP sequence numbering to follow standardYuan-Chi Pang2018-08-291-0/+4
| | * | nl80211: Pass center frequency in kHz instead of MHzHaim Dreyfuss2018-08-281-1/+1
| | * | nl80211: Fix nla_put_u8 to u16 for NL80211_WMMR_TXOPHaim Dreyfuss2018-08-281-2/+2
| | * | mac80211: don't update the PM state of a peer upon a multicast frameEmmanuel Grumbach2018-08-281-0/+1
| | * | cfg80211: make wmm_rule part of the reg_rule structureStanislaw Gruszka2018-08-283-86/+22
| | * | mac80211: correct use of IEEE80211_VHT_CAP_RXSTBC_XDanek Duvall2018-08-281-4/+1
| | * | cfg80211: remove division by size of sizeof(struct ieee80211_wmm_rule)Johannes Berg2018-08-201-2/+1