summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-10-09net: fix generic XDP to handle if eth header was mangledJesper Dangaard Brouer
2018-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2018-10-09bpf: fix building without CONFIG_INETArnd Bergmann
2018-10-09netfilter: xt_quota: Don't use aligned attribute in sizeofNathan Chancellor
2018-10-08rtnetlink: Update rtnl_fdb_dump for strict data checkingDavid Ahern
2018-10-08rtnetlink: Move input checking for rtnl_fdb_dump to helperDavid Ahern
2018-10-08net/bridge: Update br_mdb_dump for strict data checkingDavid Ahern
2018-10-08net: Update netconf dump handlers for strict data checkingDavid Ahern
2018-10-08net/ipv6: Update ip6addrlbl_dump for strict data checkingDavid Ahern
2018-10-08net/fib_rules: Update fib_nl_dumprule for strict data checkingDavid Ahern
2018-10-08net/namespace: Update rtnl_net_dumpid for strict data checkingDavid Ahern
2018-10-08net/neighbor: Update neightbl_dump_info for strict data checkingDavid Ahern
2018-10-08net/neighbor: Update neigh_dump_info for strict data checkingDavid Ahern
2018-10-08rtnetlink: Update fib dumps for strict data checkingDavid Ahern
2018-10-08rtnetlink: Update ipmr_rtm_dumplink for strict data checkingDavid Ahern
2018-10-08rtnetlink: Update inet6_dump_ifinfo for strict data checkingDavid Ahern
2018-10-08rtnetlink: Update rtnl_stats_dump for strict data checkingDavid Ahern
2018-10-08rtnetlink: Update rtnl_bridge_getlink for strict data checkingDavid Ahern
2018-10-08rtnetlink: Update rtnl_dump_ifinfo for strict data checkingDavid Ahern
2018-10-08net/ipv6: Update inet6_dump_addr for strict data checkingDavid Ahern
2018-10-08net/ipv4: Update inet_dump_ifaddr for strict data checkingDavid Ahern
2018-10-08netlink: Add new socket option to enable strict checking on dumpsDavid Ahern
2018-10-08net/ipv6: Refactor address dump to push inet6_fill_args to in6_dump_addrsDavid Ahern
2018-10-08net: Add extack to nlmsg_parseDavid Ahern
2018-10-08netlink: Pass extack to dump handlersDavid Ahern
2018-10-08net: sched: cls_u32: simplify the hell out u32_delete() emptiness checkAl Viro
2018-10-08net: sched: cls_u32: keep track of knodes count in tc_u_commonAl Viro
2018-10-08net: sched: cls_u32: get rid of tp_cAl Viro
2018-10-08net: sched: cls_u32: the tp_c argument of u32_set_parms() is always tp->dataAl Viro
2018-10-08net: sched: cls_u32: pass tc_u_common to u32_set_parms() instead of tc_u_hnodeAl Viro
2018-10-08net: sched: cls_u32: clean tc_u_common hashtableAl Viro
2018-10-08net: sched: cls_u32: get rid of tc_u_common ->rcuAl Viro
2018-10-08net: sched: cls_u32: get rid of tc_u_knode ->tpAl Viro
2018-10-08net: sched: cls_u32: get rid of unused argument of u32_destroy_key()Al Viro
2018-10-08net: sched: cls_u32: make sure that divisor is a power of 2Al Viro
2018-10-08net: sched: cls_u32: disallow linking to root hnodeAl Viro
2018-10-08net: sched: cls_u32: mark root hnode explicitlyAl Viro
2018-10-08xsk: proper AF_XDP socket teardown orderingBjörn Töpel
2018-10-07net: sched: pie: fix coding style issuesLeslie Monis
2018-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-05net/ncsi: Add NCSI OEM command supportVijay Khemka
2018-10-05ipv6: take rcu lock in rawv6_send_hdrinc()Wei Wang
2018-10-05socket: Tighten no-error check in bind()Jakub Sitnicki
2018-10-05net: sched: Add policy validation for tc attributesDavid Ahern
2018-10-05rtnetlink: fix rtnl_fdb_dump() for ndmsg headerMauricio Faria de Oliveira
2018-10-05ipv6: do not leave garbage in rt->fib6_metricsEric Dumazet
2018-10-05udp: gro behind static keyWillem de Bruijn
2018-10-05net: bpfilter: Fix type cast and pointer warningsShanthosh RK
2018-10-05net_sched: convert idrinfo->lock from spinlock to a mutexCong Wang