aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-18net: inet: diag: expose sockets cgroup classidLevin, Alexander (Sasha Levin)1-0/+1
2017-08-18ipv4: convert dst_metrics.refcnt from atomic_t to refcount_tEric Dumazet1-1/+2
2017-08-16vmbus: remove unused vmbus_sendpacket_ctlstephen hemminger1-7/+0
2017-08-16vmbus: remove unused vmubs_sendpacket_pagebuffer_ctlstephen hemminger1-8/+0
2017-08-16vmbus: remove unused vmbus_sendpacket_multipagebufferstephen hemminger1-6/+0
2017-08-16bpf: sock_map fixes for !CONFIG_BPF_SYSCALL and !STREAM_PARSERJohn Fastabend2-1/+11
2017-08-16qdisc: add tracepoint qdisc:qdisc_dequeue for dequeued SKBsJesper Dangaard Brouer1-0/+50
2017-08-16bpf: add access to sock fields and pkt data from sk_skb programsJohn Fastabend1-0/+9
2017-08-16bpf: sockmap with sk redirect supportJohn Fastabend4-3/+40
2017-08-16bpf: export bpf_prog_inc_not_zeroJohn Fastabend1-0/+7
2017-08-16bpf: introduce new program type for skbs on socketsJohn Fastabend2-0/+2
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller16-43/+110
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds7-10/+44
2017-08-15net: Fix a typo in comment about sock flags.Tonghao Zhang1-1/+1
2017-08-15ipv6: fix NULL dereference in ip6_route_dev_notify()Eric Dumazet1-0/+10
2017-08-15ipv6: fib: Provide offload indication using nexthop flagsIdo Schimmel2-1/+2
2017-08-15bpf/verifier: track liveness for pruningEdward Cree1-1/+10
2017-08-15Merge tag 'wireless-drivers-for-davem-2017-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-driversDavid S. Miller1-0/+15
2017-08-14udp: fix linear skb reception with PEEK_OFFAl Viro1-5/+4
2017-08-14PCI: Disable PCIe Relaxed Ordering if unsupporteddingtianhong1-0/+3
2017-08-13net: export some generic xdp helpersJason Wang1-0/+2
2017-08-13Merge tag 'tty-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-0/+1
2017-08-13Merge tag 'staging-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds2-0/+9
2017-08-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-0/+1
2017-08-11udp: harden copy_linear_skb()Eric Dumazet1-0/+2
2017-08-11net: fix compilation when busy poll is not enabledDaniel Borkmann1-6/+6
2017-08-11bonding: require speed/duplex only for 802.3ad, alb and tlbAndreas Born1-0/+5
2017-08-11net: sched: remove cops->tcf_cl_offloadJiri Pirko2-12/+3
2017-08-11net: sched: remove handle propagation down to the driversJiri Pirko1-2/+0
2017-08-11net: sched: propagate classid down to offload driversJiri Pirko1-0/+2
2017-08-11net: sched: Add helpers to identify classidsJiri Pirko1-0/+14
2017-08-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+7
2017-08-11sctp: fix some indents in sm_make_chunk.cXin Long1-79/+79
2017-08-11sctp: remove the typedef sctp_disposition_tXin Long1-9/+10
2017-08-11sctp: remove the typedef sctp_sm_table_entry_tXin Long1-3/+3
2017-08-11sctp: remove the unused typedef sctp_sm_command_tXin Long1-5/+0
2017-08-11sctp: remove the typedef sctp_verb_tXin Long1-5/+5
2017-08-11sctp: remove the typedef sctp_arg_tXin Long1-13/+13
2017-08-11sctp: remove the typedef sctp_cmd_seq_tXin Long2-8/+8
2017-08-11sctp: remove the typedef sctp_cmd_tXin Long1-7/+7
2017-08-11sctp: remove the typedef sctp_socket_type_tXin Long2-4/+5
2017-08-11sctp: remove the typedef sctp_dbg_objcnt_entry_tXin Long1-2/+2
2017-08-11sctp: remove the typedef sctp_cmsgs_tXin Long1-2/+2
2017-08-11sctp: remove the typedef sctp_endpoint_type_tXin Long1-3/+3
2017-08-11sctp: remove the typedef sctp_sender_hb_info_tXin Long1-2/+2
2017-08-11sctp: remove the unused typedef sctp_packet_phandler_tXin Long1-2/+0
2017-08-11Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-linusJens Axboe1-0/+7
2017-08-10Merge tag 'drm-fixes-for-v4.13-rc5' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2-4/+5
2017-08-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-29/+42
2017-08-10mm: fix MADV_[FREE|DONTNEED] TLB flush miss problemMinchan Kim2-1/+9