summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ip6mr: remove synchronize_rcu() in favor of SOCK_RCU_FREEEric Dumazet2018-03-071-1/+5
* rds: use list structure to track information for zerocopy completion notifica...Sowmini Varadhan2018-03-074-44/+85
* rds: refactor zcopy code into rds_message_zcopy_from_userSowmini Varadhan2018-03-071-48/+60
* sock: Fix SO_ZEROCOPY switch caseJesus Sanchez-Palencia2018-03-071-1/+2
* ipv6: ndisc: use true and false for boolean valuesGustavo A. R. Silva2018-03-071-1/+1
* tipc: bcast: use true and false for boolean valuesGustavo A. R. Silva2018-03-071-1/+1
* sctp: add support for snd flag SCTP_SENDALL process in sendmsgXin Long2018-03-071-4/+31
* sctp: add support for SCTP_DSTADDRV4/6 Information for sendmsgXin Long2018-03-071-0/+77
* sctp: add support for PR-SCTP Information for sendmsgXin Long2018-03-071-1/+30
* net: Make account struct net to memcgKirill Tkhai2018-03-071-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-0659-360/+443
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-03-0558-357/+433
| |\
| | * net: make skb_gso_*_seglen functions privateDaniel Axtens2018-03-041-2/+35
| | * net: xfrm: use skb_gso_validate_network_len() to check gso sizesDaniel Axtens2018-03-042-2/+3
| | * net: sched: tbf: handle GSO_BY_FRAGS case in enqueueDaniel Axtens2018-03-041-1/+2
| | * net: rename skb_gso_validate_mtu -> skb_gso_validate_network_lenDaniel Axtens2018-03-048-12/+13
| | * Merge tag 'batadv-net-for-davem-20180302' of git://git.open-mesh.org/linux-mergeDavid S. Miller2018-03-039-39/+50
| | |\
| | | * batman-adv: Fix internal interface indices typesSven Eckelmann2018-02-255-21/+31
| | | * batman-adv: Fix netlink dumping of BLA backbonesSven Eckelmann2018-02-251-4/+7
| | | * batman-adv: Fix netlink dumping of BLA claimsSven Eckelmann2018-02-251-4/+7
| | | * batman-adv: Ignore invalid batadv_v_gw during netlink sendSven Eckelmann2018-02-251-1/+1
| | | * batman-adv: Ignore invalid batadv_iv_gw during netlink sendSven Eckelmann2018-02-251-1/+1
| | | * batman-adv: invalidate checksum on fragment reassemblyMatthias Schiffer2018-02-251-1/+2
| | | * batman-adv: fix packet checksum in receive pathMatthias Schiffer2018-02-251-7/+1
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-03-0211-39/+98
| | |\ \
| | | * | ipvs: remove IPS_NAT_MASK check to fix passive FTPJulian Anastasov2018-02-281-1/+1
| | | * | netfilter: nf_tables: use the right index from flowtable error pathPablo Neira Ayuso2018-02-271-1/+1
| | | * | netfilter: nf_tables: missing attribute validation in nf_tables_delflowtable()Pablo Neira Ayuso2018-02-271-0/+5
| | | * | netfilter: nf_tables: return EBUSY if device already belongs to flowtablePablo Neira Ayuso2018-02-271-1/+17
| | | * | netfilter: use skb_to_full_sk in ip6_route_me_harderEric Dumazet2018-02-251-4/+5
| | | * | netfilter: don't set F_IFACE on ipv6 fib lookupsFlorian Westphal2018-02-252-14/+2
| | | * | netfilter: increase IPSTATS_MIB_CSUMERRORS statTaehee Yoo2018-02-251-1/+3
| | | * | netfilter: nf_flow_table: fix checksum when handling DNATFelix Fietkau2018-02-251-0/+1
| | | * | netfilter: ebtables: CONFIG_COMPAT: don't trust userland offsetsFlorian Westphal2018-02-251-1/+12
| | | * | netfilter: ebtables: convert BUG_ONs to WARN_ONsFlorian Westphal2018-02-251-9/+18
| | | * | netfilter: bridge: ebt_among: add missing match size checksFlorian Westphal2018-02-251-2/+19
| | | * | netfilter: ipv6: fix use-after-free Write in nf_nat_ipv6_manip_pktFlorian Westphal2018-02-251-0/+4
| | | * | netfilter: ipt_CLUSTERIP: put config instead of freeing itFlorian Westphal2018-02-251-3/+4
| | | * | netfilter: ipt_CLUSTERIP: put config struct if we can't increment ct refcountFlorian Westphal2018-02-251-2/+6
| | * | | Merge tag 'mac80211-for-davem-2018-03-02' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-03-023-9/+14
| | |\ \ \
| | | * | | cfg80211: add missing dependency to CFG80211 suboptionsRomain Naour2018-02-271-8/+5
| | | * | | mac80211: drop frames with unexpected DS bits from fast-rx to slow pathFelix Fietkau2018-02-231-1/+1
| | | * | | mac80211: Adjust TSQ pacing shiftToke Høiland-Jørgensen2018-02-231-0/+8
| | * | | | rds: Incorrect reference counting in TCP socket creationKa-Cheong Poon2018-03-021-3/+11
| | * | | | net: ethtool: don't ignore return from driver get_fecparam methodEdward Cree2018-03-011-1/+4
| | * | | | vrf: check forwarding on the original netdevice when generating ICMP dest unr...Stephen Suryaputra2018-03-011-1/+10
| | * | | | net: allow interface to be set into VRF if VLAN interface in same VRFMike Manning2018-03-011-5/+9
| | * | | | net: ipv4: avoid unused variable warning for sysctlArnd Bergmann2018-03-011-2/+1
| | * | | | mlxsw: spectrum: Fix handling of resource_size_paramJiri Pirko2018-02-281-3/+4
| | * | | | net/smc: fix NULL pointer dereference on sock_create_kern() error pathDavide Caratti2018-02-281-1/+3