summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)Author
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-01net: fix installing orphaned programsJakub Kicinski
2019-10-30flow_dissector: extract more ICMP informationMatteo Croce
2019-10-30flow_dissector: skip the ICMP dissector for non ICMP packetsMatteo Croce
2019-10-30flow_dissector: add meaningful commentsMatteo Croce
2019-10-30net: annotate accesses to sk->sk_incoming_cpuEric Dumazet
2019-10-29net: rtnetlink: fix a typo fbd -> fdbNikolay Aleksandrov
2019-10-28sock: remove unneeded semicolonYueHaibing
2019-10-28net: add READ_ONCE() annotation in __skb_wait_for_more_packets()Eric Dumazet
2019-10-28net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet
2019-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-10-26net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol()zhanglin
2019-10-25netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault
2019-10-24net: remove unnecessary variables and callbackTaehee Yoo
2019-10-24net: core: add ignore flag to netdev_adjacent structureTaehee Yoo
2019-10-24net: core: add generic lockdep keysTaehee Yoo
2019-10-24net: core: limit nested device depthTaehee Yoo
2019-10-24keys: Fix memory leak in copy_net_nsTakeshi Misawa
2019-10-23net/flow_dissector: switch to siphashEric Dumazet
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-17pktgen: remove unnecessary assignment in pktgen_xmit()Yunsheng Lin
2019-10-17bpf: Check types of arguments passed into helpersAlexei Starovoitov
2019-10-15net: core: use listified Rx for GRO_NORMAL in napi_gro_receive()Alexander Lobakin
2019-10-15net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actionsDavide Caratti
2019-10-15net: avoid errors when trying to pop MLPS header on non-MPLS packetsDavide Caratti
2019-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-10-14bpf: lwtunnel: Fix reroute supplying invalid dstJiri Benc
2019-10-13tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet
2019-10-13tcp: annotate sk->sk_sndbuf lockless readsEric Dumazet
2019-10-13tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet
2019-10-13tcp: add rcu protection around tp->fastopen_rskEric Dumazet
2019-10-11devlink: propagate extack down to health reporter opsJiri Pirko
2019-10-11devlink: don't do reporter recovery if the state is healthyJiri Pirko
2019-10-11sock_get_timeout: drop unnecessary return variableVito Caputo
2019-10-11xdp: Trivial, fix spelling in function descriptionAnton Ivanov
2019-10-11flow_dissector: Allow updating the flow dissector program atomicallyJakub Sitnicki
2019-10-09net: silence KCSAN warnings about sk->sk_backlog.len readsEric Dumazet
2019-10-09net: annotate sk->sk_rcvlowat lockless readsEric Dumazet
2019-10-09net: silence KCSAN warnings around sk_add_backlog() callsEric Dumazet
2019-10-09net: avoid possible false sharing in sk_leave_memory_pressure()Eric Dumazet
2019-10-09netns: fix NLM_F_ECHO mechanism for RTM_NEWNSIDNicolas Dichtel
2019-10-08Revert "tun: call dev_get_valid_name() before register_netdevice()"Eric Dumazet
2019-10-07bpf/flow_dissector: add mode to enforce global BPF flow dissectorStanislav Fomichev
2019-10-07net: sockmap: use bitmap for copy infoJakub Kicinski
2019-10-07net: core: use helper skb_ensure_writable in more placesHeiner Kallweit
2019-10-07net: devlink: fix reporter dump dumpitJiri Pirko
2019-10-06devlink: have genetlink code to parse the attrs during dumpitJiri Pirko
2019-10-05net: devlink: export devlink net setterJiri Pirko