aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-04-11bpf: add layer 2 encap support to bpf_skb_adjust_roomGravatar Alan Maguire 1-0/+10
2019-04-11bpf: fix missing bpf_check_uarg_tail_zero in BPF_PROG_TEST_RUNGravatar Stanislav Fomichev 1-8/+28
2019-04-11bpf: support input __sk_buff context in BPF_PROG_TEST_RUNGravatar Stanislav Fomichev 1-0/+7
2019-04-09bpf: allow for key-less BTF in array mapGravatar Daniel Borkmann 1-0/+1
2019-04-09bpf: add specification for BTF Var and DataSec kindsGravatar Daniel Borkmann 1-4/+28
2019-04-09bpf: add syscall side map freeze supportGravatar Daniel Borkmann 2-1/+3
2019-04-09bpf: add program side {rd, wr}only support for mapsGravatar Daniel Borkmann 2-1/+34
2019-04-09bpf: implement lookup-free direct value access for mapsGravatar Daniel Borkmann 3-1/+22
2019-04-04bpf: increase complexity limit and maximum program sizeGravatar Alexei Starovoitov 1-0/+1
2019-04-04bpf: improve verification speed by droping statesGravatar Alexei Starovoitov 1-0/+2
2019-04-04bpf: add verifier stats and log_level bit 2Gravatar Alexei Starovoitov 1-0/+21
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 37-73/+286
2019-03-27inet: switch IP ID generator to siphashGravatar Eric Dumazet 2-0/+7
2019-03-27tcp: fix zerocopy and notsent_lowat issuesGravatar Eric Dumazet 1-3/+4
2019-03-27net: openvswitch: Add a new action check_pkt_lenGravatar Numan Siddique 1-0/+42
2019-03-27ethtool: add PHY Fast Link Down supportGravatar Heiner Kallweit 1-0/+8
2019-03-27fou: Support binding FoU socketGravatar Kristian Evensen 1-0/+6
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 13-74/+212
2019-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 2-4/+62
2019-03-26net: phy: bcm54xx: Encode link speed and activity into LEDsGravatar Vladimir Oltean 1-0/+16
2019-03-25Revert "parport: daisy: use new parport device model"Gravatar Linus Torvalds 1-13/+0
2019-03-24net: devlink: select NET_DEVLINK from driversGravatar Jiri Pirko 1-492/+3
2019-03-24net: devlink: add port type spinlockGravatar Jiri Pirko 1-0/+4
2019-03-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+2
2019-03-24Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-3/+2
2019-03-24Merge tag 'auxdisplay-for-linus-v5.1-rc2' of git://github.com/ojeda/linuxGravatar Linus Torvalds 1-0/+1
2019-03-23Merge tag 'mlx5-updates-2019-03-20' of git://git.kernel.org/pub/scm/linux/ker...Gravatar David S. Miller 3-0/+5
2019-03-23tcp: add one skb cache for rxGravatar Eric Dumazet 1-0/+10
2019-03-23tcp: add one skb cache for txGravatar Eric Dumazet 1-0/+5
2019-03-23net: convert rps_needed and rfs_needed to new static branch apiGravatar Eric Dumazet 2-3/+3
2019-03-23net: sched: add empty status flag for NOLOCK qdiscGravatar Paolo Abeni 1-0/+11
2019-03-23tcp: add documentation for tcp_ca_stateGravatar Soheil Hassas Yeganeh 1-0/+27
2019-03-23Merge tag 'io_uring-20190323' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-5/+20
2019-03-23Merge tag 'for-linus-20190323' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-4/+4
2019-03-23Merge tag 'ceph-for-5.1-rc2' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-0/+2
2019-03-23x86/gart: Exclude GART aperture from kcoreGravatar Kairui Song 1-0/+2
2019-03-22bpf: add bpf_skb_adjust_room encap flagsGravatar Willem de Bruijn 1-1/+15
2019-03-22bpf: add bpf_skb_adjust_room flag BPF_F_ADJ_ROOM_FIXED_GSOGravatar Willem de Bruijn 1-2/+7
2019-03-22bpf: add bpf_skb_adjust_room mode BPF_ADJ_ROOM_MACGravatar Willem de Bruijn 1-1/+5
2019-03-22net/mlx5e: Add VLAN ID rewrite fieldsGravatar Eli Britstein 1-0/+1
2019-03-22net: Add IANA_VXLAN_UDP_PORT definition to vxlan header fileGravatar Moshe Shemesh 1-0/+2
2019-03-22net: Move the definition of the default Geneve udp port to public header fileGravatar Moshe Shemesh 1-0/+2
2019-03-22sbitmap: trivial - update comment for sbitmap_deferred_clear_bitGravatar Shenghui Wang 1-1/+1
2019-03-22genetlink: make policy common to familyGravatar Johannes Berg 2-4/+4
2019-03-21bpf: add helper to check for a valid SYN cookieGravatar Lorenz Bauer 1-1/+17
2019-03-21bpf: add skc_lookup_tcp helperGravatar Lorenz Bauer 1-1/+19
2019-03-21bpf: allow helpers to return PTR_TO_SOCK_COMMONGravatar Lorenz Bauer 1-0/+1
2019-03-21rhashtable: rename rht_for_each*continue as *from.Gravatar NeilBrown 1-20/+20
2019-03-21rhashtable: don't hold lock on first table throughout insertion.Gravatar NeilBrown 1-13/+0
2019-03-21net: dst: remove gc leftoversGravatar Julian Wiedmann 1-11/+0