summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ipv4: nexthop: Correctly update nexthop group when replacing a nexthopIdo Schimmel2020-08-261-0/+32
* ipv4: nexthop: Correctly update nexthop group when removing a nexthopIdo Schimmel2020-08-261-1/+7
* ipv4: nexthop: Remove unnecessary rtnl_dereference()Ido Schimmel2020-08-261-1/+1
* ipv4: nexthop: Use nla_put_be32() for NHA_GATEWAYIdo Schimmel2020-08-261-1/+1
* ipv4: nexthop: Reduce allocation size of 'struct nh_group'Ido Schimmel2020-08-261-4/+1
* sunrpc: Avoid comma separated statementsJoe Perches2020-08-251-2/+4
* ipv6: fib6: Avoid comma separated statementsJoe Perches2020-08-251-4/+8
* net: clean up codestyle for net/ipv4Miaohe Lin2020-08-253-20/+23
* net: Remove duplicated midx check against 0Miaohe Lin2020-08-251-3/+2
* net: Avoid unnecessary inet_addr_type() call when addr is INADDR_ANYMiaohe Lin2020-08-251-2/+2
* net: Set ping saddr after we successfully get the ping portMiaohe Lin2020-08-251-16/+3
* net: gain ipv4 mtu when mtu is not lockedMiaohe Lin2020-08-251-1/+2
* Merge tag 'batadv-next-for-davem-20200824' of git://git.open-mesh.org/linux-m...David S. Miller2020-08-2414-31/+15
|\
| * batman-adv: Migrate to linux/prandom.hSven Eckelmann2020-08-184-1/+4
| * batman-adv: Drop repeated words in commentsSven Eckelmann2020-08-187-8/+8
| * batman-adv: types.h: delete duplicated wordsRandy Dunlap2020-08-181-2/+2
| * batman-adv: Drop unused function batadv_hardif_remove_interfaces()Sven Eckelmann2020-08-183-19/+0
| * batman-adv: Start new development cycleSimon Wunderlich2020-08-181-1/+1
* | net: Use helper macro RT_TOS() in __icmp_send()Miaohe Lin2020-08-241-2/+2
* | net: Avoid access icmp_err_convert when icmp code is ICMP_FRAG_NEEDEDMiaohe Lin2020-08-241-2/+3
* | net: dccp: delete repeated wordsRandy Dunlap2020-08-243-3/+3
* | net: netlink: delete repeated wordsRandy Dunlap2020-08-242-5/+5
* | net: ipv4: delete repeated wordsRandy Dunlap2020-08-245-6/+6
* | net: sctp: ulpqueue.c: delete duplicated wordRandy Dunlap2020-08-241-1/+1
* | net: sctp: sm_make_chunk.c: delete duplicated words + fix typoRandy Dunlap2020-08-241-3/+3
* | net: sctp: protocol.c: delete duplicated words + punctuationRandy Dunlap2020-08-241-4/+4
* | net: sctp: chunk.c: delete duplicated wordRandy Dunlap2020-08-241-1/+1
* | net: sctp: bind_addr.c: delete duplicated wordRandy Dunlap2020-08-241-1/+1
* | net: sctp: auth.c: delete duplicated wordsRandy Dunlap2020-08-241-2/+2
* | net: sctp: associola.c: delete duplicated wordsRandy Dunlap2020-08-241-2/+2
* | io_uring: allow tcp ancillary data for __sys_recvmsg_sock()Luke Hsiao2020-08-243-3/+7
* | devlink: Protect devlink port list traversalParav Pandit2020-08-241-0/+3
* | devlink: Fix per port reporter fields initializationParav Pandit2020-08-241-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-2313-79/+90
|\ \
| * | net: nexthop: don't allow empty NHA_GROUPNikolay Aleksandrov2020-08-221-1/+4
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-08-211-6/+8
| |\ \
| | * | bpf: xdp: Fix XDP mode when no mode flags specifiedAndrii Nakryiko2020-08-201-6/+8
| * | | tipc: call rcu_read_lock() in tipc_aead_encrypt_done()Xin Long2020-08-201-0/+2
| * | | net/sched: act_ct: Fix skb double-free in tcf_ct_handle_fragments() error flowAlaa Hleihel2020-08-201-1/+1
| * | | net: sctp: Fix negotiation of the number of data streams.David Laight2020-08-201-2/+4
| * | | gre6: Fix reception with IP6_TNL_F_RCV_DSCP_COPYMark Tomlinson2020-08-201-1/+9
| * | | net/smc: Prevent kernel-infoleak in __smc_diag_dump()Peilin Ye2020-08-201-7/+9
| * | | netlink: fix state reallocation in policy exportJohannes Berg2020-08-191-0/+3
| * | | net: ipv4: remove duplicate "the the" phrase in Kconfig textColin Ian King2020-08-181-7/+7
| * | | ethtool: Don't omit the netlink reply if no features were changedMaxim Mikityanskiy2020-08-181-7/+4
| * | | ethtool: Account for hw_features in netlink interfaceMaxim Mikityanskiy2020-08-181-1/+2
| * | | ethtool: Fix preserving of wanted feature bits in netlink interfaceMaxim Mikityanskiy2020-08-181-4/+7
| * | | ipv6: some fixes for ipv6_dev_find()Xin Long2020-08-182-42/+26
| * | | net: handle the return value of pskb_carve_frag_list() correctlyMiaohe Lin2020-08-181-3/+7
* | | | l2tp: remove tunnel and session debug flags fieldTom Parkin2020-08-225-35/+12