summary refs log tree commit diff
path: root/net/core
AgeCommit message (Expand)Author
2018-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-01-26bpf: fix subprog verifier bypass by div/mod by 0 exceptionDaniel Borkmann
2018-01-26bpf: xor of a/x in cbpf can be done in 32 bit aluDaniel Borkmann
2018-01-25bpf: Add sock_ops R/W access to tclassLawrence Brakmo
2018-01-25bpf: Add support for reading sk_state and moreLawrence Brakmo
2018-01-25bpf: Adds field bpf_sock_ops_cb_flags to tcp_sockLawrence Brakmo
2018-01-25bpf: Add write access to tcp_sock and sock fieldsLawrence Brakmo
2018-01-25bpf: Make SOCK_OPS_GET_TCP struct independentLawrence Brakmo
2018-01-25bpf: Make SOCK_OPS_GET_TCP size independentLawrence Brakmo
2018-01-25bpf: Only reply field should be writeableLawrence Brakmo
2018-01-25net: Move net:netns_ids destruction out of rtnl_lock() and document locking s...Kirill Tkhai
2018-01-24dev_ioctl(): move copyin/copyout to callersAl Viro
2018-01-24lift handling of SIOCIW... out of dev_ioctl()Al Viro
2018-01-24net: separate SIOCGIFCONF handling from dev_ioctl()Al Viro
2018-01-24pktgen: Clean read user supplied flag messDmitry Safonov
2018-01-24pktgen: Remove brute-force printing of flagsDmitry Safonov
2018-01-24pktgen: Add behaviour flags macro to generate flags/namesDmitry Safonov
2018-01-24pktgen: Add missing !flag parametersDmitry Safonov
2018-01-23net: link_watch: mark bonding link events urgentRoopa Prabhu
2018-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-23net: core: Fix kernel-doc for netdev_upper_link()Florian Fainelli
2018-01-23net: core: Fix kernel-doc for call_netdevice_notifiers_info()Florian Fainelli
2018-01-22net: qdisc_pkt_len_init() should be more robustEric Dumazet
2018-01-22net: core: Expose number of link up/down transitionsDavid Decotigny
2018-01-22devlink: fix memory leak on 'resource'Colin Ian King
2018-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-19bpf: move event_output to const_size_or_zero for xdp/skb as wellDaniel Borkmann
2018-01-19bpf: restrict access to core bpf sysctlsDaniel Borkmann
2018-01-19bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann
2018-01-19bpf: add csum_diff helper to xdp as wellDaniel Borkmann
2018-01-19devlink: Make some functions staticWei Yongjun
2018-01-18bpf: allow socket_filter programs to use bpf_prog_test_runAlexei Starovoitov
2018-01-18flow_dissector: properly cap thoff fieldEric Dumazet
2018-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-01-17net: Remove spinlock from get_net_ns_by_id()Kirill Tkhai
2018-01-17net: Fix possible race in peernet2id_alloc()Kirill Tkhai
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan
2018-01-16devlink: Add relation between dpipe and resourceArkadi Sharshevsky
2018-01-16devlink: Add support for reloadArkadi Sharshevsky
2018-01-16devlink: Add support for resource abstractionArkadi Sharshevsky
2018-01-16devlink: Add per devlink instance lockArkadi Sharshevsky
2018-01-15net: Allow neigh contructor functions ability to modify the primary_keyJim Westfall
2018-01-15net: Convert atomic_t net::count to refcount_tKirill Tkhai
2018-01-14bpf: fix 32-bit divide by zeroAlexei Starovoitov
2018-01-13bpf: simplify xdp_convert_ctx_access for xdp_rxq_infoJesper Dangaard Brouer
2018-01-12net: Cap number of queues even with accel_privAlexander Duyck
2018-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller