summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: remove redundant null pointer check before put_devicezhong jiang2018-09-171-2/+1Star
* net: rds: use memset to optimize the recvZhu Yanjun2018-09-171-4/+1Star
* net: dsa: tag_gswip: Add gswip to dsa_tag_protocol_to_str()Hauke Mehrtens2018-09-171-0/+3
* tls: async support causes out-of-bounds access in crypto APIsJohn Fastabend2018-09-171-16/+23
* ip6_gre: simplify gre header parsing in ip6gre_errHaishuang Yan2018-09-171-22/+4Star
* ip_gre: fix parsing gre header in ipgre_errHaishuang Yan2018-09-172-9/+7Star
* net/sched: act_police: don't use spinlock in the data pathDavide Caratti2018-09-171-64/+92
* net/sched: act_police: use per-cpu countersDavide Caratti2018-09-171-24/+22Star
* pktgen: Fix fall-through annotationGustavo A. R. Silva2018-09-141-1/+1
* gso_segment: Reset skb->mac_len after modifying network headerToke Høiland-Jørgensen2018-09-132-0/+2
* llc: avoid blocking in llc_sap_close()Cong Wang2018-09-131-3/+1Star
* ipv6: Add sockopt IPV6_MULTICAST_ALL analogue to IP_MULTICAST_ALLAndre Naujoks2018-09-133-1/+13
* net: dsa: Add Lantiq / Intel GSWIP tag supportHauke Mehrtens2018-09-135-0/+119
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-1332-136/+262
|\
| * 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-121-0/+3
| * erspan: return PACKET_REJECT when the appropriate tunnel is not foundHaishuang Yan2018-09-121-0/+2
| * tcp: rate limit synflood warnings furtherWillem de Bruijn2018-09-121-2/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-09-1218-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/+29Star
| | * 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/+0Star
| * | 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-082-4/+1Star
| * | net_sched: properly cancel netlink dump on failureCong Wang2018-09-081-4/+8
| * | tipc: call start and done ops directly in __tipc_nl_compat_dumpit()Cong Wang2018-09-073-6/+14
| * | net/iucv: declare iucv_path_table_empty() as staticJulian Wiedmann2018-09-061-1/+1
| * | net/af_iucv: fix skb handling on HiperTransport xmit errorJulian Wiedmann2018-09-061-11/+23
| * | net/af_iucv: drop inbound packets with invalid flagsJulian Wiedmann2018-09-061-2/+2
| * | net/sched: fix memory leak in act_tunnel_key_init()Davide Caratti2018-09-061-6/+10
| * | tipc: orphan sock in tipc_release()Cong Wang2018-09-061-0/+1
* | | net: bridge: add support for sticky fdb entriesNikolay Aleksandrov2018-09-132-3/+17
* | | netlink: remove hash::nelems check in netlink_insertLi RongQing2018-09-121-5/+0Star
* | | net/tls: Fixed return value when tls_complete_pending_work() failsVakul Garg2018-09-121-4/+6
* | | htb: use anonymous union for simplicityCong Wang2018-09-101-49/+49
* | | net_sched: remove redundant qdisc lock classesCong Wang2018-09-101-7/+0Star
* | | net: sched: cls_flower: dump offload count valueVlad Buslov2018-09-101-1/+4
* | | net: Add and use skb_list_del_init().David S. Miller2018-09-102-9/+3Star
* | | net: Add and use skb_mark_not_on_list().David S. Miller2018-09-1021-28/+28