summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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/+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-082-4/+1
| * | 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/+0
* | | 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/+0
* | | 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/+3
* | | net: Add and use skb_mark_not_on_list().David S. Miller2018-09-1021-28/+28
* | | sctp: Use skb_queue_is_first().David S. Miller2018-09-101-1/+1
* | | mac80211: Don't access sk_queue_head->next directly.David S. Miller2018-09-101-1/+3
* | | sch_netem: Move private queue handler to generic location.David S. Miller2018-09-101-11/+1
* | | sch_htb: Remove local SKB queue handling code.David S. Miller2018-09-101-17/+1
* | | net/ipv6: Remove rt6i_prefsrcDavid Ahern2018-09-101-27/+0
* | | net: sched: act_nat: remove dependency on rtnl lockVlad Buslov2018-09-081-6/+9
* | | net: sched: act_skbedit: remove dependency on rtnl lockVlad Buslov2018-09-081-9/+14
* | | net: dsa: Expose tagging protocol to user-spaceFlorian Fainelli2018-09-073-0/+72
* | | openvswitch: Derive IP protocol number for IPv6 later fragsYi-Hung Wei2018-09-071-13/+9
* | | ipv6: add inet6_fill_argsChristian Brauner2018-09-061-34/+55
* | | ipv4: add inet_fill_argsChristian Brauner2018-09-061-15/+33
* | | rtnetlink: s/IFLA_IF_NETNSID/IFLA_TARGET_NETNSID/gChristian Brauner2018-09-061-16/+16