Age | Commit message (Expand) | Author | Files | Lines |
2018-10-08 | net/ipv6: Update ip6addrlbl_dump for strict data checking | David Ahern | 1 | -1/+33 |
2018-10-08 | net/fib_rules: Update fib_nl_dumprule for strict data checking | David Ahern | 1 | -1/+35 |
2018-10-08 | net/namespace: Update rtnl_net_dumpid for strict data checking | David Ahern | 1 | -0/+6 |
2018-10-08 | net/neighbor: Update neightbl_dump_info for strict data checking | David Ahern | 1 | -3/+35 |
2018-10-08 | net/neighbor: Update neigh_dump_info for strict data checking | David Ahern | 1 | -15/+67 |
2018-10-08 | rtnetlink: Update fib dumps for strict data checking | David Ahern | 5 | -2/+72 |
2018-10-08 | rtnetlink: Update ipmr_rtm_dumplink for strict data checking | David Ahern | 1 | -0/+32 |
2018-10-08 | rtnetlink: Update inet6_dump_ifinfo for strict data checking | David Ahern | 1 | -0/+35 |
2018-10-08 | rtnetlink: Update rtnl_stats_dump for strict data checking | David Ahern | 1 | -2/+22 |
2018-10-08 | rtnetlink: Update rtnl_bridge_getlink for strict data checking | David Ahern | 1 | -13/+57 |
2018-10-08 | rtnetlink: Update rtnl_dump_ifinfo for strict data checking | David Ahern | 1 | -30/+83 |
2018-10-08 | net/ipv6: Update inet6_dump_addr for strict data checking | David Ahern | 1 | -10/+59 |
2018-10-08 | net/ipv4: Update inet_dump_ifaddr for strict data checking | David Ahern | 1 | -11/+61 |
2018-10-08 | netlink: Add new socket option to enable strict checking on dumps | David Ahern | 2 | -1/+21 |
2018-10-08 | net/ipv6: Refactor address dump to push inet6_fill_args to in6_dump_addrs | David Ahern | 1 | -27/+30 |
2018-10-08 | net: Add extack to nlmsg_parse | David Ahern | 12 | -17/+21 |
2018-10-08 | netlink: Pass extack to dump handlers | David Ahern | 1 | -1/+11 |
2018-10-08 | net: sched: cls_u32: simplify the hell out u32_delete() emptiness check | Al Viro | 1 | -47/+1 |
2018-10-08 | net: sched: cls_u32: keep track of knodes count in tc_u_common | Al Viro | 1 | -0/+6 |
2018-10-08 | net: sched: cls_u32: get rid of tp_c | Al Viro | 1 | -7/+4 |
2018-10-08 | net: sched: cls_u32: the tp_c argument of u32_set_parms() is always tp->data | Al Viro | 1 | -3/+2 |
2018-10-08 | net: sched: cls_u32: pass tc_u_common to u32_set_parms() instead of tc_u_hnode | Al Viro | 1 | -4/+4 |
2018-10-08 | net: sched: cls_u32: clean tc_u_common hashtable | Al Viro | 1 | -15/+9 |
2018-10-08 | net: sched: cls_u32: get rid of tc_u_common ->rcu | Al Viro | 1 | -1/+0 |
2018-10-08 | net: sched: cls_u32: get rid of tc_u_knode ->tp | Al Viro | 1 | -3/+0 |
2018-10-08 | net: sched: cls_u32: get rid of unused argument of u32_destroy_key() | Al Viro | 1 | -7/+6 |
2018-10-08 | net: sched: cls_u32: make sure that divisor is a power of 2 | Al Viro | 1 | -1/+5 |
2018-10-08 | net: sched: cls_u32: disallow linking to root hnode | Al Viro | 1 | -0/+4 |
2018-10-08 | net: sched: cls_u32: mark root hnode explicitly | Al Viro | 1 | -1/+3 |
2018-10-08 | net: sched: pie: fix coding style issues | Leslie Monis | 1 | -18/+18 |
2018-10-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 9 | -36/+88 |
2018-10-06 | net/ncsi: Add NCSI OEM command support | Vijay Khemka | 4 | -4/+88 |
2018-10-06 | ipv6: take rcu lock in rawv6_send_hdrinc() | Wei Wang | 1 | -9/+20 |
2018-10-06 | socket: Tighten no-error check in bind() | Jakub Sitnicki | 1 | -1/+1 |
2018-10-06 | net: sched: Add policy validation for tc attributes | David Ahern | 1 | -4/+20 |
2018-10-06 | rtnetlink: fix rtnl_fdb_dump() for ndmsg header | Mauricio Faria de Oliveira | 1 | -9/+20 |
2018-10-05 | ipv6: do not leave garbage in rt->fib6_metrics | Eric Dumazet | 1 | -0/+2 |
2018-10-05 | udp: gro behind static key | Willem de Bruijn | 4 | -4/+4 |
2018-10-05 | net: bpfilter: Fix type cast and pointer warnings | Shanthosh RK | 1 | -2/+2 |
2018-10-05 | net_sched: convert idrinfo->lock from spinlock to a mutex | Cong Wang | 2 | -33/+24 |
2018-10-05 | net/neigh: Extend dump filter to proxy neighbor dumps | David Ahern | 1 | -30/+42 |
2018-10-05 | net/packet: fix packet drop as of virtio gso | Jianfeng Tan | 1 | -4/+7 |
2018-10-05 | net: Move free of dst_metrics to helper | David Ahern | 2 | -8/+2 |
2018-10-05 | net: common metrics init helper for dst_entry | David Ahern | 2 | -10/+3 |
2018-10-05 | net: Move free of fib_metrics to helper | David Ahern | 2 | -8/+4 |
2018-10-05 | net: common metrics init helper for FIB entries | David Ahern | 4 | -47/+41 |
2018-10-05 | openvswitch: load NAT helper | Flavio Leitner | 1 | -0/+4 |
2018-10-04 | tc: Add support for configuring the taprio scheduler | Vinicius Costa Gomes | 3 | -0/+974 |
2018-10-04 | devlink: Add generic parameter msix_vec_per_pf_min | Vasundhara Volam | 1 | -0/+5 |
2018-10-04 | devlink: Add generic parameter msix_vec_per_pf_max | Vasundhara Volam | 1 | -0/+5 |