summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* page_pool: do not release pool until inflight == 0.Jonathan Lemon2019-12-182-123/+120
* net: Fixed updating of ethertype in skb_mpls_push()Martin Varghese2019-12-183-4/+6
* hsr: fix a NULL pointer dereference in hsr_dev_xmit()Taehee Yoo2019-12-181-2/+7
* Fixed updating of ethertype in function skb_mpls_popMartin Varghese2019-12-183-4/+9
* gre: refetch erspan header from skb->data after pskb_may_pull()Cong Wang2019-12-181-1/+1
* net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca2019-12-185-16/+17
* net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca2019-12-1810-18/+18
* tipc: fix ordering of tipc module init and exit routineTaehee Yoo2019-12-181-14/+15
* tcp: md5: fix potential overestimation of TCP option spaceEric Dumazet2019-12-181-2/+3
* openvswitch: support asymmetric conntrackAaron Conole2019-12-181-0/+11
* net/tls: Fix return values to avoid ENOTSUPPValentin Vidic2019-12-183-10/+10
* net: sched: fix dump qlen for sch_mq/sch_mqprio with NOLOCK subqueuesDust Li2019-12-182-0/+2
* net: dsa: fix flow dissection on Tx pathAlexander Lobakin2019-12-181-2/+3
* net: bridge: deny dev_set_mac_address() when unregisteringNikolay Aleksandrov2019-12-181-0/+6
* mqprio: Fix out-of-bounds access in mqprio_dumpVladyslav Tarasiuk2019-12-181-1/+1
* inet: protect against too small mtu values.Eric Dumazet2019-12-183-11/+10
* net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add()Eric Dumazet2019-12-171-1/+7
* SUNRPC: Fix another issue with MIC buffer spaceChuck Lever2019-12-171-6/+5
* SUNRPC: Avoid RPC delays when exiting suspendTrond Myklebust2019-12-131-1/+1
* xfrm: release device reference for invalid stateXiaodong Xu2019-12-131-0/+3
* tipc: fix link name length checkJohn Rutherford2019-12-041-2/+2
* net/tls: use sg_next() to walk sg entriesJakub Kicinski2019-12-042-12/+4
* net/tls: remove the dead inplace_crypto codeJakub Kicinski2019-12-041-5/+1
* net: skmsg: fix TLS 1.3 crash with full sk_msgJakub Kicinski2019-12-043-6/+6
* net/tls: free the record on encryption errorJakub Kicinski2019-12-041-2/+8
* net/tls: take into account that bpf_exec_tx_verdict() may free the recordJakub Kicinski2019-12-041-5/+8
* openvswitch: remove another BUG_ON()Paolo Abeni2019-12-041-1/+5
* openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info()Paolo Abeni2019-12-041-1/+4
* sctp: cache netns in sctp_ep_commonXin Long2019-12-043-2/+4
* sctp: Fix memory leak in sctp_sf_do_5_2_4_dupcookNavid Emamdoost2019-12-041-1/+3
* openvswitch: fix flow command message sizePaolo Abeni2019-12-041-1/+5
* net: sched: fix `tc -s class show` no bstats on class with nolock subqueuesDust Li2019-12-044-5/+6
* net: psample: fix skb_over_panicNikolay Aleksandrov2019-12-041-1/+1
* xfrm: Fix memleak on xfrm state destroySteffen Klassert2019-12-041-0/+2
* mac80211: fix station inactive_time shortly after bootAhmed Zaki2019-12-041-1/+2
* mac80211: fix ieee80211_txq_setup_flows() failure pathJohannes Berg2019-12-041-1/+1
* netfilter: nf_tables_offload: skip EBUSY on chain updatePablo Neira Ayuso2019-12-041-1/+2
* netfilter: nf_tables: bogus EOPNOTSUPP on basechain updatePablo Neira Ayuso2019-12-041-0/+1
* bridge: ebtables: don't crash when using dnat target in output chainsFlorian Westphal2019-12-041-4/+15
* netfilter: ipset: Fix nla_policies to fully support NL_VALIDATE_STRICTJozsef Kadlecsik2019-12-043-13/+30
* net: disallow ancillary data for __sys_{send,recv}msg_file()Jens Axboe2019-12-041-6/+37
* net: separate out the msghdr copy from ___sys_{send,recv}msg()Jens Axboe2019-12-041-46/+95
* vhost/vsock: split packets to send using multiple buffersStefano Garzarella2019-11-291-3/+12
* net/ipv4: fix sysctl max for fib_multipath_hash_policyMarcelo Ricardo Leitner2019-11-291-1/+1
* taprio: don't reject same mqprio settingsIvan Khoronzhuk2019-11-291-2/+26
* ipv6/route: return if there is no fib_nh_gw_familyHangbin Liu2019-11-291-1/+1
* net/tls: enable sk_msg redirect to tls socket egressWillem de Bruijn2019-11-292-0/+12
* net: sched: ensure opts_len <= IP_TUNNEL_OPTS_MAX in act_tunnel_keyXin Long2019-11-291-0/+4
* net/sched: act_pedit: fix WARN() in the traffic pathDavide Caratti2019-11-291-7/+5
* net: rtnetlink: prevent underflows in do_setvfinfo()Dan Carpenter2019-11-291-1/+22