summaryrefslogtreecommitdiffstats
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
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | |
| * | | | | | | | | 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
| * | | | | | | | | net: devlink: fix reporter dump dumpitJiri Pirko2019-10-071-1/+2
| * | | | | | | | | devlink: have genetlink code to parse the attrs during dumpitJiri Pirko2019-10-061-32/+6
| * | | | | | | | | net: devlink: export devlink net setterJiri Pirko2019-10-051-3/+12
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-053-8/+13
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | |
| * | | | | | | | | net: devlink: don't ignore errors during dumpitJiri Pirko2019-10-041-6/+24
| * | | | | | | | | net: spread "enum sock_flags"Alexey Dobriyan2019-10-041-2/+3
| * | | | | | | | | net: devlink: allow to change namespaces during reloadJiri Pirko2019-10-041-8/+146
| * | | | | | | | | net: devlink: export devlink net getterJiri Pirko2019-10-041-1/+2
| * | | | | | | | | net: fib_notifier: propagate extack down to the notifier block callbackJiri Pirko2019-10-042-7/+12
| * | | | | | | | | net: fib_notifier: propagate possible error during fib notifier registrationJiri Pirko2019-10-041-3/+8
| * | | | | | | | | net: fib_notifier: make FIB notifier per-netnsJiri Pirko2019-10-042-52/+42
| * | | | | | | | | net: propagate errors correctly in register_netdevice()Eric Dumazet2019-10-031-0/+1
| * | | | | | | | | net: introduce per-netns netdevice notifiersJiri Pirko2019-10-021-0/+87
| * | | | | | | | | net: push loops and nb calls into helper functionsJiri Pirko2019-10-021-28/+61
| | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | net: rtnetlink: add possibility to use alternative names as message handleJiri Pirko2019-10-011-11/+18
| * | | | | | | | net: rtnetlink: introduce helper to get net_device instance by ifnameJiri Pirko2019-10-011-20/+25
| * | | | | | | | net: rtnetlink: unify the code in __rtnl_newlink get dev with the restJiri Pirko2019-10-011-6/+4
| * | | | | | | | net: rtnetlink: put alternative names to getlink messageJiri Pirko2019-10-011-0/+53
| * | | | | | | | net: rtnetlink: add linkprop commands to add and delete alternative ifnamesJiri Pirko2019-10-012-1/+160
| * | | | | | | | net: introduce name_node struct to be used in hashlistJiri Pirko2019-10-011-18/+79
| * | | | | | | | net: procfs: use index hashlist instead of name hashlistJiri Pirko2019-10-011-2/+2
| * | | | | | | | net: core: dev: replace state xoff flag comparison by netif_xmit_stopped methodJulio Faracco2019-10-011-1/+1
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2019-11-252-6/+6
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | cgroup: use cgrp->kn->id as the cgroup IDTejun Heo2019-11-121-2/+2
| * | | | | | | kernfs: convert kernfs_node->id from union kernfs_node_id to u64Tejun Heo2019-11-121-2/+2
| * | | | | | | netprio: use css ID instead of cgroup IDTejun Heo2019-11-121-4/+4
| | |/ / / / / | |/| | | | |
* | | | | | | net: rtnetlink: prevent underflows in do_setvfinfo()Dan Carpenter2019-11-221-1/+22