summaryrefslogtreecommitdiff
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* net: neigh: use long type to store jiffies deltaEric Dumazet2019-11-061-2/+2
* net_sched: add TCA_STATS_PKT64 attributeEric Dumazet2019-11-051-2/+7
* net_sched: extend packet counter to 64bitEric Dumazet2019-11-051-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-029-213/+525
|\
| * net: fix installing orphaned programsJakub Kicinski2019-11-011-1/+2
| * net: annotate accesses to sk->sk_incoming_cpuEric Dumazet2019-10-301-2/+2
| * net: rtnetlink: fix a typo fbd -> fdbNikolay Aleksandrov2019-10-291-1/+1
| * net: add READ_ONCE() annotation in __skb_wait_for_more_packets()Eric Dumazet2019-10-281-1/+1
| * net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet2019-10-282-2/+2
| * net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet2019-10-281-2/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-10-261-1/+6
| |\
| | * bpf: lwtunnel: Fix reroute supplying invalid dstJiri Benc2019-10-141-1/+6
| * | net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol()zhanglin2019-10-261-1/+3
| * | netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault2019-10-253-16/+17
| * | net: remove unnecessary variables and callbackTaehee Yoo2019-10-242-25/+6
| * | net: core: add ignore flag to netdev_adjacent structureTaehee Yoo2019-10-241-21/+209
| * | net: core: add generic lockdep keysTaehee Yoo2019-10-242-84/+44
| * | net: core: limit nested device depthTaehee Yoo2019-10-241-45/+227
| * | keys: Fix memory leak in copy_net_nsTakeshi Misawa2019-10-241-0/+1
| * | net/flow_dissector: switch to siphashEric Dumazet2019-10-231-22/+16
* | | flow_dissector: extract more ICMP informationMatteo Croce2019-10-301-24/+50
* | | flow_dissector: skip the ICMP dissector for non ICMP packetsMatteo Croce2019-10-301-9/+25
* | | flow_dissector: add meaningful commentsMatteo Croce2019-10-301-0/+6
* | | sock: remove unneeded semicolonYueHaibing2019-10-281-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-10-261-1/+14
|\ \ \
| * | | bpf: Check types of arguments passed into helpersAlexei Starovoitov2019-10-171-1/+14
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-206-35/+49
|\ \ \ \ | | |/ / | |/| |
| * | | net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actionsDavide Caratti2019-10-151-8/+11
| * | | net: avoid errors when trying to pop MLPS header on non-MPLS packetsDavide Caratti2019-10-151-1/+1
| | |/ | |/|
| * | tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet2019-10-132-2/+2
| * | tcp: annotate sk->sk_sndbuf lockless readsEric Dumazet2019-10-132-7/+11
| * | tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet2019-10-133-4/+6
| * | tcp: add rcu protection around tp->fastopen_rskEric Dumazet2019-10-131-1/+1
| * | net: silence KCSAN warnings about sk->sk_backlog.len readsEric Dumazet2019-10-091-1/+1
| * | net: annotate sk->sk_rcvlowat lockless readsEric Dumazet2019-10-092-2/+2
| * | net: silence KCSAN warnings around sk_add_backlog() callsEric Dumazet2019-10-091-1/+1
| * | net: avoid possible false sharing in sk_leave_memory_pressure()Eric Dumazet2019-10-091-2/+2
| * | netns: fix NLM_F_ECHO mechanism for RTM_NEWNSIDNicolas Dichtel2019-10-091-6/+11
* | | pktgen: remove unnecessary assignment in pktgen_xmit()Yunsheng Lin2019-10-171-1/+0
* | | net: core: use listified Rx for GRO_NORMAL in napi_gro_receive()Alexander Lobakin2019-10-151-24/+25
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-10-142-7/+41
|\ \
| * | xdp: Trivial, fix spelling in function descriptionAnton Ivanov2019-10-111-1/+1
| * | flow_dissector: Allow updating the flow dissector program atomicallyJakub Sitnicki2019-10-111-3/+7
| * | bpf/flow_dissector: add mode to enforce global BPF flow dissectorStanislav Fomichev2019-10-071-4/+34
* | | devlink: propagate extack down to health reporter opsJiri Pirko2019-10-111-9/+11
* | | devlink: don't do reporter recovery if the state is healthyJiri Pirko2019-10-111-0/+3
* | | sock_get_timeout: drop unnecessary return variableVito Caputo2019-10-111-6/+3
* | | Revert "tun: call dev_get_valid_name() before register_netdevice()"Eric Dumazet2019-10-081-3/+2
* | | net: sockmap: use bitmap for copy infoJakub Kicinski2019-10-071-2/+2
* | | net: core: use helper skb_ensure_writable in more placesHeiner Kallweit2019-10-071-12/+8