summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* net/tls: fully initialize the msg wrapper skbJakub Kicinski2019-06-041-0/+1
* devlink: allow driver to update progress of flash updateJiri Pirko2019-06-042-0/+13
* net: fix use-after-free in kfree_skb_listEric Dumazet2019-06-032-2/+0
* flow_offload: include linux/kernel.h from flow_offload.hEdward Cree2019-06-031-0/+1
* flow_dissector: remove unused FLOW_DISSECTOR_F_STOP_AT_L3 flagStanislav Fomichev2019-06-031-3/+2
* Merge tag 'mlx5-updates-2019-05-31' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2019-06-035-17/+42
|\
| * net/mlx5: Geneve, Manage Geneve TLV optionsYevgeny Kliteynik2019-05-311-0/+2
| * Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-05-315-17/+40
| |\
| | * {IB,net}/mlx5: Constify rep ops functions pointersParav Pandit2019-05-311-9/+11
| | * net/mlx5: E-Switch, Honor eswitch functions changed event capVu Pham2019-05-311-1/+3
| | * net/mlx5: E-Switch, Replace host_params event with functions_changed eventVu Pham2019-05-312-4/+4
| | * net/mlx5: Introduce termination table bitsEli Britstein2019-05-312-2/+5
| | * net/mlx5: Add core dump register access HW bitsMoshe Shemesh2019-05-312-1/+17
* | | net: ipv4: provide __rcu annotation for ifa_listFlorian Westphal2019-06-021-15/+6
* | | net: inetdevice: provide replacement iterators for in_ifaddr walkFlorian Westphal2019-06-021-1/+9
* | | Merge tag 'isdn-removal' of https://git.kernel.org/pub/scm/linux/kernel/git/a...David S. Miller2019-06-0212-1717/+0
|\ \ \
| * | | isdn: hdlc: move into mISDNArnd Bergmann2019-05-311-82/+0
| * | | isdn: remove isdn4linuxArnd Bergmann2019-05-3111-1648/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-06-015-10/+19
|\ \ \ \
| * | | | ipvs: add checksum support for gue encapsulationJacky Hu2019-05-312-0/+9
| * | | | netfilter: replace skb_make_writable with skb_ensure_writableFlorian Westphal2019-05-311-5/+0
| * | | | netfilter: nf_flow_table: remove unnecessary variable in flow_offload_tupleTaehee Yoo2019-05-311-2/+0
| * | | | netfilter: xt_owner: Add supplementary groups optionLukasz Pawelczyk2019-05-311-3/+4
| * | | | ipvs: add function to find tunnelsJulian Anastasov2019-05-311-0/+3
| * | | | ipvs: allow rs_table to contain different real server typesJulian Anastasov2019-05-311-0/+3
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-05-316-18/+160
|\ \ \ \
| * | | | bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin2019-05-311-1/+1
| * | | | bpf: rework memlock-based memory accounting for mapsRoman Gushchin2019-05-311-1/+4
| * | | | bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin2019-05-311-3/+7
| * | | | bpf: cgroup inet skb programs can return 0 to 3brakmo2019-05-311-1/+2
| * | | | bpf: Create BPF_PROG_CGROUP_INET_EGRESS_RUN_ARRAYbrakmo2019-05-311-0/+50
| * | | | bpf: cgroup: properly use bpf_prog_array apiStanislav Fomichev2019-05-291-1/+1
| * | | | bpf: remove __rcu annotations from bpf_prog_arrayStanislav Fomichev2019-05-291-6/+6
| * | | | bpf: decouple the lifetime of cgroup_bpf from cgroup itselfRoman Gushchin2019-05-282-2/+27
| * | | | bpf: introduce new bpf prog load flags "BPF_F_TEST_RND_HI32"Jiong Wang2019-05-241-0/+18
| * | | | bpf: verifier: insert zero extension according to analysis resultJiong Wang2019-05-242-0/+2
| * | | | bpf: introduce new mov32 variant for doing explicit zero extensionJiong Wang2019-05-241-0/+14
| * | | | bpf: verifier: mark verified-insn with sub-register zext flagJiong Wang2019-05-241-3/+11
| * | | | bpf: implement bpf_send_signal() helperYonghong Song2019-05-241-1/+16
| * | | | bpf: convert explored_states to hash tableAlexei Starovoitov2019-05-241-0/+1
| * | | | bpf: split explored_statesAlexei Starovoitov2019-05-241-0/+1
* | | | | net: sfp: remove sfp-bus use of netdevsRussell King2019-05-311-4/+2
* | | | | net: sfp: add mandatory attach/detach methods for sfp busesRussell King2019-05-311-0/+6
| |_|/ / |/| | |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-31135-1440/+179
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-303-2/+18
| |\ \ \ \
| | * | | | udp: Avoid post-GRO UDP checksum recalculationSean Tranchetti2019-05-301-1/+8
| | * | | | net: ethtool: Document get_rxfh_context and set_rxfh_context ethtool opsMaxime Chevallier2019-05-251-0/+9
| | * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-05-231-1/+1
| | |\ \ \ \
| | | * | | | netfilter: nft_fib: Fix existence check supportPhil Sutter2019-05-211-1/+1
| * | | | | | Merge tag 'libnvdimm-fixes-5.2-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-251-0/+26
| |\ \ \ \ \ \