summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net/ipv6: do not copy dst flags on rt initPeter Oskolkov2018-09-181-2/+0Star
* Revert "kcm: remove any offset before parsing messages"David S. Miller2018-09-181-25/+1Star
* kcm: remove any offset before parsing messagesDominique Martinet2018-09-181-1/+25
* tls: fix currently broken MSG_PEEK behaviorDaniel Borkmann2018-09-171-0/+8
* ipv6: fix possible use-after-free in ip6_xmit()Eric Dumazet2018-09-171-4/+2Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-09-171-1/+2
|\
| * bpf: use __GFP_COMP while allocating pageTushar Dave2018-09-121-1/+2
* | udp6: add missing checks on edumux packet processingPaolo Abeni2018-09-171-28/+37
* | udp4: fix IP_CMSG_CHECKSUM for connected socketsPaolo Abeni2018-09-171-23/+26
* | net/sched: act_sample: fix NULL dereference in the data pathDavide Caratti2018-09-141-1/+1
* | socket: fix struct ifreq size in compat ioctlJohannes Berg2018-09-141-8/+14
* | gso_segment: Reset skb->mac_len after modifying network headerToke Høiland-Jørgensen2018-09-132-0/+2
* | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2018-09-131-3/+13
|\ \
| * | Bluetooth: Use correct tfm to generate OOB dataMatias Karhumaa2018-09-111-1/+7
| * | Bluetooth: SMP: Fix trying to use non-existent local OOB dataJohan Hedberg2018-09-111-2/+6
* | | tls: clear key material from kernel memory when do_tls_setsockopt_conf failsSabrina Dubroca2018-09-131-1/+1
* | | tls: zero the crypto information from tls_context before freeingSabrina Dubroca2018-09-134-13/+23
* | | tls: don't copy the key out of tls12_crypto_info_aes_gcm_128Sabrina Dubroca2018-09-131-4/+1Star
* | | neighbour: confirm neigh entries when ARP packet is receivedVasily Khoruzhick2018-09-131-5/+8
* | | net: rtnl_configure_link: fix dev flags changes arg to __dev_notify_flagsRoopa Prabhu2018-09-131-1/+1
* | | net_sched: notify filter deletion when deleting a chainCong Wang2018-09-131-0/+2
* | | ipv6: use rt6_info members when dst is set in rt6_fill_nodeXin Long2018-09-131-12/+30
* | | 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