summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* net: Move net:netns_ids destruction out of rtnl_lock() and document locking s...Kirill Tkhai2018-01-251-18/+44
* dev_ioctl(): move copyin/copyout to callersAl Viro2018-01-241-61/+24
* lift handling of SIOCIW... out of dev_ioctl()Al Viro2018-01-241-18/+0
* net: separate SIOCGIFCONF handling from dev_ioctl()Al Viro2018-01-241-22/+7
* pktgen: Clean read user supplied flag messDmitry Safonov2018-01-241-105/+39
* pktgen: Remove brute-force printing of flagsDmitry Safonov2018-01-241-58/+19
* pktgen: Add behaviour flags macro to generate flags/namesDmitry Safonov2018-01-241-23/+34
* pktgen: Add missing !flag parametersDmitry Safonov2018-01-241-1/+7
* net: link_watch: mark bonding link events urgentRoopa Prabhu2018-01-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-231-4/+15
|\
| * net: qdisc_pkt_len_init() should be more robustEric Dumazet2018-01-221-4/+15
* | net: core: Fix kernel-doc for netdev_upper_link()Florian Fainelli2018-01-231-0/+2
* | net: core: Fix kernel-doc for call_netdevice_notifiers_info()Florian Fainelli2018-01-231-1/+0
* | net: core: Expose number of link up/down transitionsDavid Decotigny2018-01-222-3/+35
* | devlink: fix memory leak on 'resource'Colin Ian King2018-01-221-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-202-9/+58
|\ \
| * | bpf: move event_output to const_size_or_zero for xdp/skb as wellDaniel Borkmann2018-01-191-2/+2
| * | bpf: restrict access to core bpf sysctlsDaniel Borkmann2018-01-191-3/+43
| * | bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann2018-01-191-6/+12
| * | bpf: add csum_diff helper to xdp as wellDaniel Borkmann2018-01-191-0/+2
| * | bpf: allow socket_filter programs to use bpf_prog_test_runAlexei Starovoitov2018-01-181-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-192-2/+5
|\ \ \ | | |/ | |/|
| * | flow_dissector: properly cap thoff fieldEric Dumazet2018-01-181-2/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-01-181-0/+4
| |\ \
| | * | bpf: fix 32-bit divide by zeroAlexei Starovoitov2018-01-141-0/+4
* | | | devlink: Make some functions staticWei Yongjun2018-01-191-2/+3
| |_|/ |/| |
* | | net: Remove spinlock from get_net_ns_by_id()Kirill Tkhai2018-01-171-2/+0
* | | net: Fix possible race in peernet2id_alloc()Kirill Tkhai2018-01-171-2/+11
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-171-2/+2
|\ \ \ | |/ /
| * | net: Allow neigh contructor functions ability to modify the primary_keyJim Westfall2018-01-151-2/+2
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-161-4/+3
|\ \
| * | bpf: simplify xdp_convert_ctx_access for xdp_rxq_infoJesper Dangaard Brouer2018-01-131-4/+3
* | | net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-164-9/+0
* | | devlink: Add relation between dpipe and resourceArkadi Sharshevsky2018-01-161-0/+37
* | | devlink: Add support for reloadArkadi Sharshevsky2018-01-161-0/+47
* | | devlink: Add support for resource abstractionArkadi Sharshevsky2018-01-161-0/+374
* | | devlink: Add per devlink instance lockArkadi Sharshevsky2018-01-161-59/+77
* | | net: Convert atomic_t net::count to refcount_tKirill Tkhai2018-01-152-7/+7
* | | net: Cap number of queues even with accel_privAlexander Duyck2018-01-121-2/+1
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-113-5/+9
|\ \ | |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-01-102-4/+8
| |\
| | * bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov2018-01-092-4/+8
| * | net: core: fix module type in sock_diag_bindAndrii Vladyka2018-01-091-1/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-111-5/+4
|\ \
| * | net: free RX queue structuresJakub Kicinski2018-01-101-4/+3
| * | net: use the right variant of kfreeJakub Kicinski2018-01-101-1/+1
* | | Merge tag 'mlx5-updates-2018-01-08' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2018-01-101-1/+9
|\ \ \
| * | | net/core: Add drop counters to VF statisticsEugenia Emantayev2018-01-091-1/+9
| |/ /
* | | ethtool: Ensure new ring parameters are within bounds during SRINGPARAMEugenia Emantayev2018-01-091-2/+11
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-093-19/+20
|\ \ \ | |/ / |/| / | |/
OpenPOWER on IntegriCloud