summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-01-19bpf: add csum_diff helper to xdp as wellDaniel Borkmann
2018-01-18bpf: allow socket_filter programs to use bpf_prog_test_runAlexei Starovoitov
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-17net: sched: allow ingress and clsact qdiscs to share filter blocksJiri Pirko
2018-01-17net: sched: introduce ingress/egress block index attributes for qdiscJiri Pirko
2018-01-17net: sched: use block index as a handle instead of qdisc when block is sharedJiri Pirko
2018-01-17net: sched: keep track of offloaded filters and check tc offload featureJiri Pirko
2018-01-17net: sched: remove classid and q fields from tcf_protoJiri Pirko
2018-01-17net: sched: introduce block mechanism to handle netif_keep_dst callsJiri Pirko
2018-01-17net: sched: avoid usage of tp->q in tcf_classifyJiri Pirko
2018-01-17net: sched: introduce shared filter blocks infrastructureJiri Pirko
2018-01-17net: sched: introduce support for multiple filter chain pointers registrationJiri Pirko
2018-01-17net: sched: red: don't reset the backlog on every stat dumpJakub Kicinski
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-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-01-16net, sched: fix panic when updating miniq {b,q}statsDaniel Borkmann
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan
2018-01-16tipc: fix race condition at topology server receiveJon Maloy
2018-01-16Merge tag 'mac80211-for-davem-2018-01-15' of git://git.kernel.org/pub/scm/lin...David S. Miller
2018-01-16sctp: do not allow the v4 socket to bind a v4mapped v6 addressXin Long
2018-01-16sctp: return error if the asoc has been peeled off in sctp_wait_for_sndbufXin Long
2018-01-16sctp: reinit stream if stream outcnt has been change by sinit in sendmsgXin Long
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-15Merge tag 'linux-can-next-for-4.16-20180105' of ssh://gitolite.kernel.org/pub...David S. Miller
2018-01-15ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANYJim Westfall
2018-01-15net: Allow neigh contructor functions ability to modify the primary_keyJim Westfall
2018-01-15Revert "openvswitch: Add erspan tunnel support."William Tu
2018-01-15ipv6: Fix build with gcc-4.4.5Ido Schimmel
2018-01-15tipc: fix bug during lookup of multicast destination nodesJon Maloy
2018-01-15net: Convert atomic_t net::count to refcount_tKirill Tkhai
2018-01-15net/tls: Fix inverted error codes to avoid endless loopr.hering@avm.de
2018-01-15ipv6: ip6_make_skb() needs to clear cork.base.dstEric Dumazet
2018-01-15sctp: removed unused var from sctp_make_authMarcelo Ricardo Leitner
2018-01-15sctp: avoid compiler warning on implicit fallthruMarcelo Ricardo Leitner
2018-01-15net: ipv4: Make "ip route get" match iif lo rules again.Lorenzo Colitti
2018-01-15netlink: extack needs to be reset each time through loopDavid Ahern
2018-01-15tipc: fix a memory leak in tipc_nl_node_get_link()Cong Wang
2018-01-15tipc: fix a potental access after delete in tipc_sk_join()Jon Maloy
2018-01-15ipv6: fix udpv6 sendmsg crash caused by too small MTUMike Maloney
2018-01-159p: add missing module license for xen transportStephen Hemminger
2018-01-15cfg80211: check dev_set_name() return valueJohannes Berg
2018-01-15mac80211_hwsim: validate number of different channelsJohannes Berg
2018-01-15nl80211: take RCU read lock when calling ieee80211_bss_get_ie()Dominik Brodowski
2018-01-15cfg80211: fully initialize old channel for eventJohannes Berg
2018-01-14Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller