aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-11netfilter: xt_hashlimit: use s->file instead of s->privateCong Wang1-9/+9
2018-09-11netfilter: nfnetlink_queue: Solve the NFQUEUE/conntrack clash for NF_REPEATMichal 'vorner' Vaner1-0/+1
2018-09-11netfilter: cttimeout: ctnl_timeout_find_get() returns incorrect pointer to typePablo Neira Ayuso1-3/+3
2018-09-11netfilter: conntrack: timeout interface depend on CONFIG_NF_CONNTRACK_TIMEOUTPablo Neira Ayuso8-45/+45
2018-09-11netfilter: conntrack: reset tcp maxwin on re-registerFlorian Westphal1-0/+26
2018-09-09ip: frags: fix crash in ip_do_fragment()Taehee Yoo2-0/+2
2018-09-09net/tls: Set count of SG entries if sk_alloc_sg returns -ENOSPCVakul Garg1-0/+6
2018-09-07tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPYVincent Whitchurch2-4/+1
2018-09-07net_sched: properly cancel netlink dump on failureCong Wang1-4/+8
2018-09-07batman-adv: fix hardif_neigh refcount on queue_work() failureMarek Lindner1-2/+6
2018-09-07batman-adv: fix backbone_gw refcount on queue_work() failureMarek Lindner1-2/+8
2018-09-06tipc: call start and done ops directly in __tipc_nl_compat_dumpit()Cong Wang3-6/+14
2018-09-06batman-adv: Prevent duplicated tvlv handlerSven Eckelmann1-2/+6
2018-09-06batman-adv: Prevent duplicated global TT entrySven Eckelmann1-2/+4
2018-09-06batman-adv: Prevent duplicated softif_vlan entrySven Eckelmann1-7/+18
2018-09-06batman-adv: Prevent duplicated nc_node entrySven Eckelmann1-12/+15
2018-09-06batman-adv: Prevent duplicated gateway_node entrySven Eckelmann1-2/+9
2018-09-06batman-adv: Fix segfault when writing to sysfs elp_intervalSven Eckelmann1-8/+17
2018-09-06batman-adv: Fix segfault when writing to throughput_overrideSven Eckelmann1-2/+3
2018-09-06batman-adv: Avoid probe ELP information leakSven Eckelmann1-1/+1
2018-09-05net/iucv: declare iucv_path_table_empty() as staticJulian Wiedmann1-1/+1
2018-09-05net/af_iucv: fix skb handling on HiperTransport xmit errorJulian Wiedmann1-11/+23
2018-09-05net/af_iucv: drop inbound packets with invalid flagsJulian Wiedmann1-2/+2
2018-09-05net/sched: fix memory leak in act_tunnel_key_init()Davide Caratti1-6/+10
2018-09-05tipc: orphan sock in tipc_release()Cong Wang1-0/+1
2018-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds41-290/+409
2018-09-04net: sched: action_ife: take reference to meta moduleVlad Buslov1-1/+15
2018-09-04act_ife: fix a potential use-after-freeCong Wang1-1/+1
2018-09-03Merge tag 'mac80211-for-davem-2018-09-03' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller11-135/+164
2018-09-03tipc: correct spelling errors for tipc_topsrv_queue_evt() commentsZhenbo Gao1-2/+2
2018-09-03tipc: correct spelling errors for struct tipc_bc_base's commentZhenbo Gao1-2/+2
2018-09-03sctp: not traverse asoc trans list if non-ipv6 trans exists for ipv6_flowlabelXin Long1-4/+6
2018-09-03sctp: fix invalid reference to the index variable of the iteratorXin Long1-11/+13
2018-09-03net: sched: null actions array pointer before releasing actionVlad Buslov1-1/+1
2018-09-03ip6_tunnel: respect ttl inherit for ip6tnlHangbin Liu1-1/+9
2018-09-03mac80211: shorten the IBSS debug messagesEmmanuel Grumbach1-11/+11
2018-09-03mac80211: don't Tx a deauth frame if the AP forbade TxEmmanuel Grumbach1-2/+15
2018-09-03mac80211: Fix station bandwidth setting after channel switchIlan Peer1-0/+53
2018-09-03mac80211: fix a race between restart and CSA flowsEmmanuel Grumbach1-1/+20
2018-09-03mac80211: fix WMM TXOP calculationDreyfuss, Haim1-2/+1
2018-09-03cfg80211: fix a type issue in ieee80211_chandef_to_operating_class()Dan Carpenter1-1/+1
2018-09-03mac80211: fix an off-by-one issue in A-MSDU max_subframe computationLorenzo Bianconi1-1/+1
2018-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-4/+3
2018-09-02net/ipv6: Only update MTU metric if it setDavid Ahern1-1/+4
2018-09-02igmp: fix incorrect unsolicit report count after link down and upHangbin Liu1-4/+2
2018-09-02igmp: fix incorrect unsolicit report count when join groupHangbin Liu1-3/+2
2018-09-02bpf: Fix bpf_msg_pull_data()Tushar Dave1-4/+3
2018-09-02Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2018-09-01ipv6: don't get lwtstate twice in ip6_rt_copy_init()Alexey Kodanev1-1/+0
2018-08-31tcp: do not restart timewait timer on rst receptionFlorian Westphal1-1/+2