summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2020-03-05net: rtnetlink: fix bugs in rtnl_alt_ifname()Eric Dumazet
2020-03-05net: add strict checks in netdev_name_node_alt_destroy()Eric Dumazet
2020-03-05net: export netdev_next_lower_dev_rcu()Taehee Yoo
2020-03-05Revert "net: dev: introduce support for sch BYPASS for lockless qdisc"Paolo Abeni
2020-03-05net: fib_rules: Correctly set table field when table number exceeds 8 bitsJethro Beekman
2020-02-24bpf: Return -EBADRQC for invalid map type in __bpf_tx_xdp_mapLi RongQing
2020-02-24bpf, sockhash: Synchronize_rcu before free'ing mapJakub Sitnicki
2020-02-24core: Don't skip generic XDP program execution for cloned SKBsToke Høiland-Jørgensen
2020-02-14bpf, sockmap: Check update requirements after lockingLorenz Bauer
2020-02-14bpf: Improve bucket_log calculation logicMartin KaFai Lau
2020-02-14bpf, sockhash: Synchronize_rcu before free'ing mapJakub Sitnicki
2020-02-14bpf, sockmap: Don't sleep while holding RCU lock on tear-downJakub Sitnicki
2020-02-11drop_monitor: Do not cancel uninitialized work itemIdo Schimmel
2020-02-11devlink: report 0 after hitting end in region readJacob Keller
2020-02-11flow_dissector: Fix to use new variables for port ranges in bpf hookYoshiki Komachi
2020-02-11net/core: Do not clear VF index for node/port GUIDs queryLeon Romanovsky
2020-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2020-01-24net: Fix skb->csum update in inet_proto_csum_replace16().Praveen Chaudhary
2020-01-24neigh_stat_seq_next() should increase position indexVasily Averin
2020-01-23net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link()Eric Dumazet
2020-01-22net: Fix packet reordering caused by GRO and listified RX cooperationMaxim Mikityanskiy
2020-01-22net, sk_msg: Don't check if sock is locked when tearing down psockJakub Sitnicki
2020-01-21net-sysfs: Fix reference count leakJouni Hogander
2020-01-17net: avoid updating qdisc_xmit_lock_key in netdev_update_lockdep_key()Cong Wang
2020-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-01-15bpf: Sockmap/tls, msg_push_data may leave end mark in placeJohn Fastabend
2020-01-15bpf: Sockmap, skmsg helper overestimates push, pull, and pop boundsJohn Fastabend
2020-01-15bpf: Sockmap, ensure sock lock held during tear downJohn Fastabend
2020-01-11devlink: correct misspelling of snapshotJacob Keller
2020-01-10devlink: Wait longer before warning about unset port typeIdo Schimmel
2020-01-10net: bpf: Don't leak time wait and request socketsLorenz Bauer
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-12-19net, sysctl: Fix compiler warning when only cBPF is presentAlexander Lobakin
2019-12-17net-sysfs: Call dev_hold always in rx_queue_add_kobjectJouni Hogander
2019-12-17net: annotate lockless accesses to sk->sk_pacing_shiftEric Dumazet
2019-12-13bpf: Clear skb->tstamp in bpf_redirect when necessaryLorenz Bauer
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-12-09neighbour: remove neigh_cleanup() methodEric Dumazet
2019-12-07inet: protect against too small mtu values.Eric Dumazet
2019-12-06net: core: rename indirect block ingress cb functionJohn Hurley
2019-12-06net-sysfs: Call dev_hold always in netdev_queue_add_kobjectJouni Hogander
2019-12-06net: dsa: fix flow dissection on Tx pathAlexander Lobakin
2019-12-04net: Fixed updating of ethertype in skb_mpls_push()Martin Varghese
2019-12-04xdp: obtain the mem_id mutex before trying to remove an entry.Jonathan Lemon
2019-12-04net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca
2019-12-03cls_flower: Fix the behavior using port ranges with hw-offloadYoshiki Komachi
2019-12-03net/core: Populate VF index in struct ifla_vf_guidDanit Goldberg
2019-12-03net: fix a leak in register_netdevice()Dan Carpenter
2019-12-02Fixed updating of ethertype in function skb_mpls_popMartin Varghese