summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2020-08-24net: dccp: delete repeated wordsRandy Dunlap
2020-08-24net: netlink: delete repeated wordsRandy Dunlap
2020-08-24net: ipv4: delete repeated wordsRandy Dunlap
2020-08-24net: sctp: ulpqueue.c: delete duplicated wordRandy Dunlap
2020-08-24net: sctp: sm_make_chunk.c: delete duplicated words + fix typoRandy Dunlap
2020-08-24net: sctp: protocol.c: delete duplicated words + punctuationRandy Dunlap
2020-08-24net: sctp: chunk.c: delete duplicated wordRandy Dunlap
2020-08-24net: sctp: bind_addr.c: delete duplicated wordRandy Dunlap
2020-08-24net: sctp: auth.c: delete duplicated wordsRandy Dunlap
2020-08-24net: sctp: associola.c: delete duplicated wordsRandy Dunlap
2020-08-24io_uring: allow tcp ancillary data for __sys_recvmsg_sock()Luke Hsiao
2020-08-24devlink: Protect devlink port list traversalParav Pandit
2020-08-24devlink: Fix per port reporter fields initializationParav Pandit
2020-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-08-22l2tp: remove tunnel and session debug flags fieldTom Parkin
2020-08-22l2tp: remove custom logging macrosTom Parkin
2020-08-22l2tp: add tracepoints to l2tp_core.cTom Parkin
2020-08-22l2tp: add tracepoint definitions in trace.hTom Parkin
2020-08-22l2tp: add tracepoint infrastructure to coreTom Parkin
2020-08-22l2tp: use standard API for warning log messagesTom Parkin
2020-08-22l2tp: remove noisy logging, use appropriate log levelsTom Parkin
2020-08-22l2tp: don't log data framesTom Parkin
2020-08-22net: nexthop: don't allow empty NHA_GROUPNikolay Aleksandrov
2020-08-22net: dccp: Convert to use the preferred fallthrough macroMiaohe Lin
2020-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-08-20tipc: call rcu_read_lock() in tipc_aead_encrypt_done()Xin Long
2020-08-20net/sched: act_ct: Fix skb double-free in tcf_ct_handle_fragments() error flowAlaa Hleihel
2020-08-20net: sctp: Fix negotiation of the number of data streams.David Laight
2020-08-20gre6: Fix reception with IP6_TNL_F_RCV_DSCP_COPYMark Tomlinson
2020-08-20ethtool: allow flow-type ether without IP protocol fieldVishal Kulkarni
2020-08-20net: zerocopy: combine pages in zerocopy_sg_from_iter()Eric Dumazet
2020-08-20bpf: xdp: Fix XDP mode when no mode flags specifiedAndrii Nakryiko
2020-08-20net/smc: Prevent kernel-infoleak in __smc_diag_dump()Peilin Ye
2020-08-19ptp: Add generic ptp v2 header parsing functionKurt Kanzenbach
2020-08-19netlink: fix state reallocation in policy exportJohannes Berg
2020-08-19net: Stop warning about SO_BSDCOMPAT usageMiaohe Lin
2020-08-18net: ipv4: remove duplicate "the the" phrase in Kconfig textColin Ian King
2020-08-18ethtool: Don't omit the netlink reply if no features were changedMaxim Mikityanskiy
2020-08-18ethtool: Account for hw_features in netlink interfaceMaxim Mikityanskiy
2020-08-18ethtool: Fix preserving of wanted feature bits in netlink interfaceMaxim Mikityanskiy
2020-08-18ipv6: some fixes for ipv6_dev_find()Xin Long
2020-08-18net: handle the return value of pskb_carve_frag_list() correctlyMiaohe Lin
2020-08-18net: eliminate meaningless memcpy to data in pskb_carve_inside_nonlinear()Miaohe Lin
2020-08-18net: tipc: Convert to use the preferred fallthrough macroMiaohe Lin
2020-08-18netlink: make NLA_BINARY validation more flexibleJohannes Berg
2020-08-18netlink: consistently use NLA_POLICY_MIN_LEN()Johannes Berg
2020-08-18netlink: consistently use NLA_POLICY_EXACT_LEN()Johannes Berg
2020-08-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-08-17net: qrtr: fix usage of idr in port assignment to socketNecip Fazil Yildiran
2020-08-17Revert "net: xdp: pull ethernet header off packet after computing skb->protocol"David S. Miller