summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2018-01-25bpf: Only reply field should be writeableLawrence Brakmo1-2/+1
2018-01-25net: Move net:netns_ids destruction out of rtnl_lock() and document locking s...Kirill Tkhai1-18/+44
2018-01-24dev_ioctl(): move copyin/copyout to callersAl Viro1-61/+24
2018-01-24lift handling of SIOCIW... out of dev_ioctl()Al Viro1-18/+0
2018-01-24net: separate SIOCGIFCONF handling from dev_ioctl()Al Viro1-22/+7
2018-01-24pktgen: Clean read user supplied flag messDmitry Safonov1-105/+39
2018-01-24pktgen: Remove brute-force printing of flagsDmitry Safonov1-58/+19
2018-01-24pktgen: Add behaviour flags macro to generate flags/namesDmitry Safonov1-23/+34
2018-01-24pktgen: Add missing !flag parametersDmitry Safonov1-1/+7
2018-01-23net: link_watch: mark bonding link events urgentRoopa Prabhu1-1/+1
2018-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+15
2018-01-23net: core: Fix kernel-doc for netdev_upper_link()Florian Fainelli1-0/+2
2018-01-23net: core: Fix kernel-doc for call_netdevice_notifiers_info()Florian Fainelli1-1/+0
2018-01-22net: qdisc_pkt_len_init() should be more robustEric Dumazet1-4/+15
2018-01-22net: core: Expose number of link up/down transitionsDavid Decotigny2-3/+35
2018-01-22devlink: fix memory leak on 'resource'Colin Ian King1-0/+1
2018-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-9/+58
2018-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+5
2018-01-19bpf: move event_output to const_size_or_zero for xdp/skb as wellDaniel Borkmann1-2/+2
2018-01-19bpf: restrict access to core bpf sysctlsDaniel Borkmann1-3/+43
2018-01-19bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann1-6/+12
2018-01-19bpf: add csum_diff helper to xdp as wellDaniel Borkmann1-0/+2
2018-01-19devlink: Make some functions staticWei Yongjun1-2/+3
2018-01-18bpf: allow socket_filter programs to use bpf_prog_test_runAlexei Starovoitov1-0/+1
2018-01-18flow_dissector: properly cap thoff fieldEric Dumazet1-2/+1
2018-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-0/+4
2018-01-17net: Remove spinlock from get_net_ns_by_id()Kirill Tkhai1-2/+0
2018-01-17net: Fix possible race in peernet2id_alloc()Kirill Tkhai1-2/+11
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2018-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-4/+3
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan4-9/+0
2018-01-16devlink: Add relation between dpipe and resourceArkadi Sharshevsky1-0/+37
2018-01-16devlink: Add support for reloadArkadi Sharshevsky1-0/+47
2018-01-16devlink: Add support for resource abstractionArkadi Sharshevsky1-0/+374
2018-01-16devlink: Add per devlink instance lockArkadi Sharshevsky1-59/+77
2018-01-15net: Restrict unwhitelisted proto caches to size 0Kees Cook1-3/+1
2018-01-15net: Define usercopy region in struct proto slab cacheDavid Windsor1-1/+5
2018-01-15net: Allow neigh contructor functions ability to modify the primary_keyJim Westfall1-2/+2
2018-01-15net: Convert atomic_t net::count to refcount_tKirill Tkhai2-7/+7
2018-01-14bpf: fix 32-bit divide by zeroAlexei Starovoitov1-0/+4
2018-01-13bpf: simplify xdp_convert_ctx_access for xdp_rxq_infoJesper Dangaard Brouer1-4/+3
2018-01-12net: Cap number of queues even with accel_privAlexander Duyck1-2/+1
2018-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-5/+9
2018-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-5/+4
2018-01-10Merge tag 'mlx5-updates-2018-01-08' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller1-1/+9
2018-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-4/+8
2018-01-10net: free RX queue structuresJakub Kicinski1-4/+3
2018-01-10net: use the right variant of kfreeJakub Kicinski1-1/+1
2018-01-09bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov2-4/+8
2018-01-09ethtool: Ensure new ring parameters are within bounds during SRINGPARAMEugenia Emantayev1-2/+11