summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: ipv4: provide __rcu annotation for ifa_listFlorian Westphal2019-06-0315-81/+134
* drivers: use in_dev_for_each_ifa_rtnl/rcuFlorian Westphal2019-06-037-19/+32
* net: use new in_dev_ifa iteratorsFlorian Westphal2019-06-035-17/+29
* netfilter: use in_dev_for_each_ifa_rcuFlorian Westphal2019-06-033-7/+16
* devinet: use in_dev_for_each_ifa_rcu in more placesFlorian Westphal2019-06-031-8/+19
* net: inetdevice: provide replacement iterators for in_ifaddr walkFlorian Westphal2019-06-032-16/+25
* afs: do not send list of client addressesFlorian Westphal2019-06-034-87/+1
* qed: remove redundant assignment to rcColin Ian King2019-06-031-1/+1
* Merge tag 'isdn-removal' of https://git.kernel.org/pub/scm/linux/kernel/git/a...David S. Miller2019-06-03216-83884/+107
|\
| * isdn: move capi drivers to stagingArnd Bergmann2019-05-3152-42/+81
| * isdn: hdlc: move into mISDNArnd Bergmann2019-05-317-11/+9
| * isdn: remove isdn4linuxArnd Bergmann2019-05-3159-26860/+2
| * isdn: remove hisax driverArnd Bergmann2019-05-31104-56236/+0
| * isdn: gigaset: remove i4l supportArnd Bergmann2019-05-314-735/+15
* | Merge branch 'mscc-ocelot-tc-flower'David S. Miller2019-06-0212-9/+1880
|\ \
| * | net: mscc: ocelot: Hardware ofload for tc flower filterHoratiu Vultur2019-06-024-7/+373
| * | net: mscc: ocelot: Add support for tcamHoratiu Vultur2019-06-0210-3/+1508
|/ /
* | selftests: Add test cases for nexthop objectsDavid Ahern2019-06-021-0/+1026
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-06-0237-149/+389
|\ \
| * | ipvs: add checksum support for gue encapsulationJacky Hu2019-05-314-17/+146
| * | netfilter: replace skb_make_writable with skb_ensure_writableFlorian Westphal2019-05-315-33/+6
| * | netfilter: tcpmss, optstrip: prefer skb_ensure_writableFlorian Westphal2019-05-312-16/+14
| * | netfilter: xt_HL: prefer skb_ensure_writableFlorian Westphal2019-05-311-2/+2
| * | netfilter: nf_tables: prefer skb_ensure_writableFlorian Westphal2019-05-312-4/+5
| * | netfilter: ipv4: prefer skb_ensure_writableFlorian Westphal2019-05-315-6/+6
| * | netfilter: conntrack, nat: prefer skb_ensure_writableFlorian Westphal2019-05-314-17/+17
| * | netfilter: ipvs: prefer skb_ensure_writableFlorian Westphal2019-05-317-18/+18
| * | netfilter: bridge: convert skb_make_writable to skb_ensure_writableFlorian Westphal2019-05-313-3/+3
| * | netfilter: nf_tables: free base chain counters from workerFlorian Westphal2019-05-311-16/+10
| * | netfilter: nf_flow_table: remove unnecessary variable in flow_offload_tupleTaehee Yoo2019-05-312-3/+0
| * | netfilter: xt_owner: Add supplementary groups optionLukasz Pawelczyk2019-05-312-6/+24
| * | ipvs: strip udp tunnel headers from icmp errorsJulian Anastasov2019-05-311-0/+60
| * | ipvs: add function to find tunnelsJulian Anastasov2019-05-313-0/+40
| * | ipvs: allow rs_table to contain different real server typesJulian Anastasov2019-05-312-8/+38
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-06-01122-1013/+6430
|\ \
| * | selftests/bpf: measure RTT from xdp using xdpingAlan Maguire2019-06-016-2/+558
| * | bpf: doc: update answer for 32-bit subregister questionJiong Wang2019-06-011-5/+25
| * | Merge branch 'map-charge-cleanup'Alexei Starovoitov2019-06-0114-135/+132
| |\ \
| | * | bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin2019-06-0114-67/+20
| | * | bpf: rework memlock-based memory accounting for mapsRoman Gushchin2019-06-0114-88/+112
| | * | bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin2019-06-0114-31/+36
| | * | bpf: add memlock precharge for socket local storageRoman Gushchin2019-06-011-2/+10
| | * | bpf: add memlock precharge check for cgroup_local_storageRoman Gushchin2019-06-011-2/+9
| |/ /
| * | Merge branch 'propagate-cn-to-tcp'Alexei Starovoitov2019-06-0112-51/+299
| |\ \
| | * | bpf: Add more stats to HBMbrakmo2019-06-014-10/+117
| | * | bpf: Add cn support to hbm_out_kern.cbrakmo2019-06-014-12/+45
| | * | bpf: Update BPF_CGROUP_RUN_PROG_INET_EGRESS callsbrakmo2019-06-012-20/+40
| | * | bpf: Update __cgroup_bpf_run_filter_skb with cnbrakmo2019-06-011-5/+20
| | * | bpf: cgroup inet skb programs can return 0 to 3brakmo2019-06-013-4/+27
| | * | bpf: Create BPF_PROG_CGROUP_INET_EGRESS_RUN_ARRAYbrakmo2019-06-011-0/+50
| |/ /