summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-08-27ipv4: nexthop: Correctly update nexthop group when replacing a nexthopIdo Schimmel1-0/+32
2020-08-27ipv4: nexthop: Correctly update nexthop group when removing a nexthopIdo Schimmel1-1/+7
2020-08-27ipv4: nexthop: Remove unnecessary rtnl_dereference()Ido Schimmel1-1/+1
2020-08-27ipv4: nexthop: Use nla_put_be32() for NHA_GATEWAYIdo Schimmel1-1/+1
2020-08-27ipv4: nexthop: Reduce allocation size of 'struct nh_group'Ido Schimmel1-4/+1
2020-08-25sunrpc: Avoid comma separated statementsJoe Perches1-2/+4
2020-08-25ipv6: fib6: Avoid comma separated statementsJoe Perches1-4/+8
2020-08-25net: clean up codestyle for net/ipv4Miaohe Lin3-20/+23
2020-08-25net: Remove duplicated midx check against 0Miaohe Lin1-3/+2
2020-08-25net: Avoid unnecessary inet_addr_type() call when addr is INADDR_ANYMiaohe Lin1-2/+2
2020-08-25net: Set ping saddr after we successfully get the ping portMiaohe Lin1-16/+3
2020-08-25net: gain ipv4 mtu when mtu is not lockedMiaohe Lin1-1/+2
2020-08-25Merge tag 'batadv-next-for-davem-20200824' of git://git.open-mesh.org/linux-m...David S. Miller14-31/+15
2020-08-25net: Use helper macro RT_TOS() in __icmp_send()Miaohe Lin1-2/+2
2020-08-25net: Avoid access icmp_err_convert when icmp code is ICMP_FRAG_NEEDEDMiaohe Lin1-2/+3
2020-08-25net: dccp: delete repeated wordsRandy Dunlap3-3/+3
2020-08-25net: netlink: delete repeated wordsRandy Dunlap2-5/+5
2020-08-25net: ipv4: delete repeated wordsRandy Dunlap5-6/+6
2020-08-25net: sctp: ulpqueue.c: delete duplicated wordRandy Dunlap1-1/+1
2020-08-25net: sctp: sm_make_chunk.c: delete duplicated words + fix typoRandy Dunlap1-3/+3
2020-08-25net: sctp: protocol.c: delete duplicated words + punctuationRandy Dunlap1-4/+4
2020-08-25net: sctp: chunk.c: delete duplicated wordRandy Dunlap1-1/+1
2020-08-25net: sctp: bind_addr.c: delete duplicated wordRandy Dunlap1-1/+1
2020-08-25net: sctp: auth.c: delete duplicated wordsRandy Dunlap1-2/+2
2020-08-25net: sctp: associola.c: delete duplicated wordsRandy Dunlap1-2/+2
2020-08-25io_uring: allow tcp ancillary data for __sys_recvmsg_sock()Luke Hsiao3-3/+7
2020-08-25devlink: Protect devlink port list traversalParav Pandit1-0/+3
2020-08-25devlink: Fix per port reporter fields initializationParav Pandit1-4/+4
2020-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller13-79/+90
2020-08-22l2tp: remove tunnel and session debug flags fieldTom Parkin5-35/+12
2020-08-22l2tp: remove custom logging macrosTom Parkin1-13/+0
2020-08-22l2tp: add tracepoints to l2tp_core.cTom Parkin1-52/+31
2020-08-22l2tp: add tracepoint definitions in trace.hTom Parkin2-2/+200
2020-08-22l2tp: add tracepoint infrastructure to coreTom Parkin3-0/+20
2020-08-22l2tp: use standard API for warning log messagesTom Parkin2-20/+14
2020-08-22l2tp: remove noisy logging, use appropriate log levelsTom Parkin2-43/+5
2020-08-22l2tp: don't log data framesTom Parkin5-101/+6
2020-08-22net: nexthop: don't allow empty NHA_GROUPNikolay Aleksandrov1-1/+4
2020-08-22net: dccp: Convert to use the preferred fallthrough macroMiaohe Lin6-16/+17
2020-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-6/+8
2020-08-21tipc: call rcu_read_lock() in tipc_aead_encrypt_done()Xin Long1-0/+2
2020-08-21net/sched: act_ct: Fix skb double-free in tcf_ct_handle_fragments() error flowAlaa Hleihel1-1/+1
2020-08-21net: sctp: Fix negotiation of the number of data streams.David Laight1-2/+4
2020-08-21gre6: Fix reception with IP6_TNL_F_RCV_DSCP_COPYMark Tomlinson1-1/+9
2020-08-21ethtool: allow flow-type ether without IP protocol fieldVishal Kulkarni1-1/+2
2020-08-21net: zerocopy: combine pages in zerocopy_sg_from_iter()Eric Dumazet1-4/+29
2020-08-21bpf: xdp: Fix XDP mode when no mode flags specifiedAndrii Nakryiko1-6/+8
2020-08-20net/smc: Prevent kernel-infoleak in __smc_diag_dump()Peilin Ye1-7/+9
2020-08-20ptp: Add generic ptp v2 header parsing functionKurt Kanzenbach1-0/+30
2020-08-20netlink: fix state reallocation in policy exportJohannes Berg1-0/+3