summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)Author
2019-10-17bpf: Check types of arguments passed into helpersAlexei Starovoitov
2019-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
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-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
2019-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-04net: devlink: don't ignore errors during dumpitJiri Pirko
2019-10-04net: make sock_prot_memory_pressure() return "const char *"Alexey Dobriyan
2019-10-04net: spread "enum sock_flags"Alexey Dobriyan
2019-10-04net: devlink: allow to change namespaces during reloadJiri Pirko
2019-10-04net: devlink: export devlink net getterJiri Pirko
2019-10-04net: fib_notifier: propagate extack down to the notifier block callbackJiri Pirko
2019-10-04net: fib_notifier: propagate possible error during fib notifier registrationJiri Pirko
2019-10-04net: fib_notifier: make FIB notifier per-netnsJiri Pirko
2019-10-03net: propagate errors correctly in register_netdevice()Eric Dumazet
2019-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2019-10-02net: introduce per-netns netdevice notifiersJiri Pirko
2019-10-02net: push loops and nb calls into helper functionsJiri Pirko
2019-10-01net: rtnetlink: add possibility to use alternative names as message handleJiri Pirko
2019-10-01net: rtnetlink: introduce helper to get net_device instance by ifnameJiri Pirko
2019-10-01net: rtnetlink: unify the code in __rtnl_newlink get dev with the restJiri Pirko
2019-10-01net: rtnetlink: put alternative names to getlink messageJiri Pirko
2019-10-01net: rtnetlink: add linkprop commands to add and delete alternative ifnamesJiri Pirko
2019-10-01net: introduce name_node struct to be used in hashlistJiri Pirko
2019-10-01net: procfs: use index hashlist instead of name hashlistJiri Pirko
2019-10-01devlink: Fix error handling in param and info_get dumpit cbVasundhara Volam
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal
2019-10-01net: core: dev: replace state xoff flag comparison by netif_xmit_stopped methodJulio Faracco
2019-09-30net: Unpublish sk from sk_reuseport_cb before call_rcuMartin KaFai Lau
2019-09-27sk_buff: drop all skb extensions on free and skb scrubbingFlorian Westphal
2019-09-26net: print proper warning on dst underflowJason A. Donenfeld
2019-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2019-09-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-09-16ethtool: implement Energy Detect Powerdown support via phy-tunableAlexandru Ardelean
2019-09-16drop_monitor: Better sanitize notified packetsIdo Schimmel
2019-09-16udp: correct reuseport selection with connected socketsWillem de Bruijn
2019-09-15net/sched: fix race between deactivation and dequeue for NOLOCK qdiscPaolo Abeni
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-09-13net: devlink: move reload fail indication to devlink core and expose to userJiri Pirko
2019-09-13net: devlink: split reload op into twoJiri Pirko