summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* rtnetlink: remove check for IFLA_IF_NETNSIDChristian Brauner2018-02-011-3/+0
* net: create skb_gso_validate_mac_len()Daniel Axtens2018-02-011-13/+50
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-3122-673/+1902
|\
| * rtnetlink: enable IFLA_IF_NETNSID for RTM_NEWLINKChristian Brauner2018-01-311-5/+1
| * net_sched: gen_estimator: fix lockdep splatEric Dumazet2018-01-291-0/+4
| * net_sched: plug in qdisc ops change_tx_queue_lenCong Wang2018-01-291-0/+1
| * net: introduce helper dev_change_tx_queue_len()Cong Wang2018-01-293-37/+34
| * dev: advertise the new ifindex when the netns iface changesNicolas Dichtel2018-01-292-18/+32
| * dev: always advertise the new nsid when the netns iface changesNicolas Dichtel2018-01-291-4/+1
| * rtnetlink: enable IFLA_IF_NETNSID for RTM_DELLINKChristian Brauner2018-01-291-11/+28
| * rtnetlink: enable IFLA_IF_NETNSID for RTM_SETLINKChristian Brauner2018-01-291-3/+0
| * rtnetlink: enable IFLA_IF_NETNSID in do_setlink()Christian Brauner2018-01-291-7/+47
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-281-24/+279
| |\
| | * bpf: fix subprog verifier bypass by div/mod by 0 exceptionDaniel Borkmann2018-01-261-1/+8
| | * bpf: xor of a/x in cbpf can be done in 32 bit aluDaniel Borkmann2018-01-261-2/+2
| | * bpf: Add sock_ops R/W access to tclassLawrence Brakmo2018-01-251-2/+45
| | * bpf: Add support for reading sk_state and moreLawrence Brakmo2018-01-251-11/+132
| | * bpf: Adds field bpf_sock_ops_cb_flags to tcp_sockLawrence Brakmo2018-01-251-0/+34
| | * bpf: Add write access to tcp_sock and sock fieldsLawrence Brakmo2018-01-251-0/+48
| | * bpf: Make SOCK_OPS_GET_TCP struct independentLawrence Brakmo2018-01-251-10/+10
| | * bpf: Make SOCK_OPS_GET_TCP size independentLawrence Brakmo2018-01-251-5/+8
| | * bpf: Only reply field should be writeableLawrence Brakmo2018-01-251-2/+1
| * | 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: 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
| |\ \ \
| * | | | 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
| |\ \ \
| * \ \ \ 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
OpenPOWER on IntegriCloud