summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ethtool: runtime-resume netdev parent in ethnl_ops_beginHeiner Kallweit2021-08-031-6/+25
* ethtool: move netif_device_present check from ethnl_parse_header_dev_get to e...Heiner Kallweit2021-08-031-7/+7
* ethtool: move implementation of ethnl_ops_begin/complete to netlink.cHeiner Kallweit2021-08-032-13/+16
* ethtool: runtime-resume netdev parent before ethtool ioctl opsHeiner Kallweit2021-08-031-3/+15
* net: Keep vertical alignmentYajun Deng2021-08-032-6/+8
* bpf: use skb_expand_head in bpf_out_neigh_v4/6Vasily Averin2021-08-031-22/+5
* ax25: use skb_expand_headVasily Averin2021-08-033-23/+7
* ipv4: use skb_expand_head in ip_finish_output2Vasily Averin2021-08-031-11/+2
* ipv6: use skb_expand_head in ip6_xmitVasily Averin2021-08-031-16/+11
* ipv6: use skb_expand_head in ip6_finish_output2Vasily Averin2021-08-031-35/+16
* skbuff: introduce skb_expand_head()Vasily Averin2021-08-031-0/+42
* ipv4: Fix refcount warning for new fib_infoDavid Ahern2021-08-021-1/+1
* net/ipv4: Replace one-element array with flexible-array memberGustavo A. R. Silva2021-08-022-13/+14
* net: dsa: remove the struct packet_type argument from dsa_device_ops::rcv()Vladimir Oltean2021-08-0216-44/+23
* nfc: hci: pass callback data param as pointer in nci_request()Krzysztof Kozlowski2021-08-022-70/+65
* net_sched: refactor TC action init APICong Wang2021-08-0233-159/+168
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-07-314-106/+377
|\
| * unix_bpf: Fix a potential deadlock in unix_dgram_bpf_recvmsg()Cong Wang2021-07-301-8/+8
| * bpf: tcp: Support bpf_(get|set)sockopt in bpf tcp iterMartin KaFai Lau2021-07-232-0/+49
| * bpf: tcp: Bpf iter batching and lock_sockMartin KaFai Lau2021-07-231-6/+231
| * tcp: seq_file: Replace listening_hash with lhash2Martin KaFai Lau2021-07-231-17/+18
| * tcp: seq_file: Add listening_get_first()Martin KaFai Lau2021-07-231-20/+39
| * bpf: tcp: seq_file: Remove bpf_seq_afinfo from tcp_iter_stateMartin KaFai Lau2021-07-231-20/+5
| * tcp: seq_file: Refactor net and family matchingMartin KaFai Lau2021-07-231-38/+30
| * tcp: seq_file: Avoid skipping sk during tcp_seek_last_posMartin KaFai Lau2021-07-231-2/+3
| * bpf: Add ambient BPF runtime context stored in currentAndrii Nakryiko2021-07-161-12/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-07-3130-136/+296
|\ \
| * \ Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-07-3029-134/+247
| |\ \
| | * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-07-291-11/+28
| | |\ \
| | | * | bpf, sockmap: Fix memleak on ingress msg enqueueJohn Fastabend2021-07-271-6/+0
| | | * | bpf, sockmap: On cleanup we additionally need to remove cached skbJohn Fastabend2021-07-271-6/+29
| | | * | bpf, sockmap: Zap ingress queues after stopping strparserJohn Fastabend2021-07-271-2/+2
| | * | | net: let flow have same hash in two directionszhang kai2021-07-281-9/+9
| | * | | sctp: fix return value check in __sctp_rcv_asconf_lookupMarcelo Ricardo Leitner2021-07-281-1/+1
| | * | | net: llc: fix skb_over_panicPavel Skripkin2021-07-272-2/+10
| | * | | sctp: delete addr based on sin6_scope_idChen Shen2021-07-261-2/+3
| | * | | sctp: send pmtu probe only if packet loss in Search Complete stateXin Long2021-07-251-1/+5
| | * | | sctp: improve the code for pmtu probe send and recv updateXin Long2021-07-252-26/+30
| | * | | devlink: Fix phys_port_name of virtual port and merge errorParav Pandit2021-07-251-8/+2
| | * | | tipc: do not write skb_shinfo frags when doing decrytionXin Long2021-07-241-10/+4
| | * | | can: j1939: j1939_xtp_rx_dat_one(): fix rxtimer value between consecutive TP....Zhang Changzhong2021-07-241-1/+1
| | * | | can: j1939: j1939_session_deactivate(): clarify lifetime of session objectOleksij Rempel2021-07-241-2/+7
| | * | | can: raw: raw_setsockopt(): fix raw_rcv panic for sock UAFZiyang Xuan2021-07-241-2/+18
| | * | | Merge tag 'mac80211-for-net-2021-07-23' of git://git.kernel.org/pub/scm/linux...David S. Miller2021-07-237-33/+63
| | |\ \ \
| | | * | | cfg80211: Fix possible memory leak in function cfg80211_bss_updateNguyen Dinh Phi2021-07-231-4/+2
| | | * | | nl80211: limit band information in non-split dataJohannes Berg2021-07-231-1/+4
| | | * | | mac80211: fix enabling 4-address mode on a sta vif after assocFelix Fietkau2021-07-233-2/+23
| | | * | | mac80211: fix starting aggregation sessions on mesh interfacesFelix Fietkau2021-07-231-25/+32
| | | * | | mac80211: Do not strip skb headroom on monitor framesJohan Almbladh2021-07-231-1/+2
| | * | | | net: qrtr: fix memory leaksPavel Skripkin2021-07-231-1/+5