summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: improve eth_platform_get_mac_addressHeiner Kallweit2019-06-021-10/+4
* net: ipv4: provide __rcu annotation for ifa_listFlorian Westphal2019-06-025-43/+79
* net: use new in_dev_ifa iteratorsFlorian Westphal2019-06-025-17/+29
* netfilter: use in_dev_for_each_ifa_rcuFlorian Westphal2019-06-023-7/+16
* devinet: use in_dev_for_each_ifa_rcu in more placesFlorian Westphal2019-06-021-8/+19
* net: inetdevice: provide replacement iterators for in_ifaddr walkFlorian Westphal2019-06-021-15/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-06-0132-139/+370
|\
| * ipvs: add checksum support for gue encapsulationJacky Hu2019-05-312-17/+137
| * netfilter: replace skb_make_writable with skb_ensure_writableFlorian Westphal2019-05-314-28/+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-311-1/+0
| * netfilter: xt_owner: Add supplementary groups optionLukasz Pawelczyk2019-05-311-3/+20
| * ipvs: strip udp tunnel headers from icmp errorsJulian Anastasov2019-05-311-0/+60
| * ipvs: add function to find tunnelsJulian Anastasov2019-05-312-0/+37
| * ipvs: allow rs_table to contain different real server typesJulian Anastasov2019-05-311-8/+35
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-05-314-29/+52
|\ \
| * | bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin2019-05-312-10/+2
| * | bpf: rework memlock-based memory accounting for mapsRoman Gushchin2019-05-312-5/+8
| * | bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin2019-05-312-3/+3
| * | bpf: add memlock precharge for socket local storageRoman Gushchin2019-05-311-2/+10
| * | bpf: Update BPF_CGROUP_RUN_PROG_INET_EGRESS callsbrakmo2019-05-312-20/+40
* | | nexthop: remove redundant assignment to errColin Ian King2019-05-311-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-3195-924/+313
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-3027-194/+245
| |\ \ \
| | * | | net: correct zerocopy refcnt with udp MSG_MOREWillem de Bruijn2019-05-303-5/+9
| | * | | ethtool: Check for vlan etype or vlan tci when parsing flow_ruleMaxime Chevallier2019-05-301-2/+6
| | * | | net: don't clear sock->sk early to avoid trouble in strparserJakub Kicinski2019-05-301-1/+1
| | * | | net-gro: fix use-after-free read in napi_gro_frags()Eric Dumazet2019-05-301-1/+1
| | * | | net: dsa: tag_8021q: Create a stable binary formatVladimir Oltean2019-05-301-10/+50
| | * | | net: dsa: tag_8021q: Change order of rx_vid setupIoana Ciornei2019-05-301-4/+15
| | * | | ipv4: tcp_input: fix stack out of bounds when parsing TCP options.Young Xiao2019-05-301-0/+2
| | * | | net: core: support XDP generic on stacked devices.Stephen Hemminger2019-05-301-46/+12
| | * | | llc: fix skb leak in llc_build_and_send_ui_pkt()Eric Dumazet2019-05-281-0/+2
| | * | | net/tls: fix no wakeup on partial readsJakub Kicinski2019-05-261-6/+2
| | * | | net/tls: fix lowat calculation if some data came from previous recordJakub Kicinski2019-05-261-7/+6
| | * | | ip_sockglue: Fix missing-check bug in ip_ra_control()Gen Zhang2019-05-251-0/+2
| | * | | ipv6_sockglue: Fix a missing-check bug in ip6_ra_control()Gen Zhang2019-05-251-0/+2
| | * | | net: sched: don't use tc_action->order during action dumpVlad Buslov2019-05-241-2/+1
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-05-239-60/+44
| | |\ \ \
| | | * | | netfilter: nft_flow_offload: IPCB is only valid for ipv4 familyFlorian Westphal2019-05-221-6/+11
| | | * | | netfilter: nft_flow_offload: don't offload when sequence numbers need adjustmentFlorian Westphal2019-05-221-4/+2
| | | * | | netfilter: nft_flow_offload: set liberal tracking mode for tcpFlorian Westphal2019-05-221-0/+8
| | | * | | netfilter: nf_flow_table: ignore DF bit settingFlorian Westphal2019-05-221-2/+1