aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-25Merge tag 'for-5.5/io_uring-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds1-24/+41
2019-11-25vfs: mark pipes and sockets as stream-like file descriptorsLinus Torvalds1-0/+1
2019-11-22udp: drop skb extensions before marking skb statelessFlorian Westphal1-5/+22
2019-11-22net: rtnetlink: prevent underflows in do_setvfinfo()Dan Carpenter1-1/+22
2019-11-21net-ipv6: IPV6_TRANSPARENT - check NET_RAW prior to NET_ADMINMaciej Żenczykowski1-2/+2
2019-11-20net-sysfs: fix netdev_queue_add_kobject() breakageEric Dumazet1-0/+1
2019-11-20ipv6/route: return if there is no fib_nh_gw_familyHangbin Liu1-1/+1
2019-11-20net-sysfs: Fix reference count leak in rx|netdev_queue_add_kobjectJouni Hogander1-11/+13
2019-11-19net/sched: act_pedit: fix WARN() in the traffic pathDavide Caratti1-7/+5
2019-11-19taprio: don't reject same mqprio settingsIvan Khoronzhuk1-2/+26
2019-11-19net/tls: enable sk_msg redirect to tls socket egressWillem de Bruijn2-0/+12
2019-11-18net/ipv4: fix sysctl max for fib_multipath_hash_policyMarcelo Ricardo Leitner1-1/+1
2019-11-18net: sched: ensure opts_len <= IP_TUNNEL_OPTS_MAX in act_tunnel_keyXin Long1-0/+4
2019-11-18net: atm: Reduce the severity of logging in unlink_clip_vccAditya Pakki1-3/+3
2019-11-16ipmr: Fix skb headroom in ipmr_get_route().Guillaume Nault1-1/+2
2019-11-16net/smc: fix fastopen for non-blocking connect()Ursula Braun1-1/+1
2019-11-16rds: ib: update WR sizes when bringing up connectionDag Moxnes1-8/+15
2019-11-16net: dsa: tag_8021q: Fix dsa_8021q_restore_pvid for an absent pvidVladimir Oltean1-1/+1
2019-11-16seg6: fix skb transport_header after decap_and_validate()Andrea Mayer1-0/+6
2019-11-16seg6: fix srh pointer in get_srh()Andrea Mayer1-0/+5
2019-11-14tipc: add back tipc prefix to log messagesMatt Bennett2-2/+6
2019-11-13Merge tag 'linux-can-fixes-for-5.4-20191113' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-canDavid S. Miller4-30/+112
2019-11-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller2-0/+5
2019-11-13can: j1939: warn if resources are still linked on destroyOleksij Rempel2-0/+7
2019-11-13can: j1939: j1939_can_recv(): add priv refcountingOleksij Rempel1-0/+2
2019-11-13can: j1939: transport: j1939_cancel_active_session(): use hrtimer_try_to_cancel() instead of hrtimer_cancel()Oleksij Rempel1-1/+5
2019-11-13can: j1939: make sure socket is held as long as session existsOleksij Rempel1-0/+2
2019-11-13can: j1939: transport: make sure the aborted session will be deactivated only onceOleksij Rempel1-8/+17
2019-11-13can: j1939: socket: rework socket locking for j1939_sk_release() and j1939_sk_sendmsg()Oleksij Rempel1-18/+39
2019-11-13can: j1939: main: j1939_ndev_to_priv(): avoid crash if can_ml_priv is NULLOleksij Rempel1-0/+3
2019-11-13can: j1939: move j1939_priv_put() into sk_destruct callbackOleksij Rempel1-2/+35
2019-11-13can: af_can: export can_sock_destruct()Oleksij Rempel1-1/+2
2019-11-12net/smc: fix refcount non-blocking connect() -part 2Ursula Braun1-0/+1
2019-11-12xfrm: release device reference for invalid stateXiaodong Xu1-0/+3
2019-11-11devlink: Add method for time-stamp on reporter's dumpAya Levin1-0/+6
2019-11-09devlink: disallow reload operation during device cleanupJiri Pirko1-1/+38
2019-11-08vsock/virtio: fix sock refcnt holding during the shutdownStefano Garzarella1-3/+5
2019-11-08mac80211: fix station inactive_time shortly after bootAhmed Zaki1-1/+2
2019-11-08mac80211: fix ieee80211_txq_setup_flows() failure pathJohannes Berg1-1/+1
2019-11-07ipv4: Fix table id reference in fib_sync_down_addrDavid Ahern1-1/+1
2019-11-07ipv6: fixes rt6_probe() and fib6_nh->last_probe initEric Dumazet1-3/+10
2019-11-07nfc: netlink: fix double device reference dropPan Bian1-2/+0
2019-11-07xfrm: Fix memleak on xfrm state destroySteffen Klassert1-0/+2
2019-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller9-29/+60
2019-11-06net/smc: fix ethernet interface refcountingUrsula Braun1-2/+0
2019-11-06net/tls: add a TX lockJakub Kicinski3-14/+15
2019-11-06net/tls: don't pay attention to sk_write_pending when pushing partial recordsJakub Kicinski2-7/+6
2019-11-05net/tls: fix sk_msg trim on fallback to copy modeJakub Kicinski1-5/+15
2019-11-05net: sched: prevent duplicate flower rules from tcf_proto destroy raceJohn Hurley1-4/+79
2019-11-05taprio: fix panic while hw offload sched list swapIvan Khoronzhuk1-2/+3