Age | Commit message (Expand) | Author | Files | Lines |
2021-12-14 | udp: using datalen to cap max gso segments | Jianguo Wu | 1 | -1/+1 |
2021-12-14 | seg6: fix the iif in the IPv6 socket control block | Andrea Mayer | 1 | -0/+8 |
2021-12-14 | nfc: fix potential NULL pointer deref in nfc_genl_dump_ses_done | Krzysztof Kozlowski | 1 | -2/+4 |
2021-12-14 | net: sched: use Qdisc rcu API instead of relying on rtnl lock | Vlad Buslov | 1 | -15/+64 |
2021-12-14 | net: sched: extend Qdisc with rcu | Vlad Buslov | 2 | -1/+42 |
2021-12-14 | net: sched: rename qdisc_destroy() to qdisc_put() | Vlad Buslov | 19 | -41/+46 |
2021-12-14 | net: core: netlink: add helper refcount dec and lock function | Vlad Buslov | 1 | -0/+6 |
2021-12-08 | net/smc: Keep smc_close_final rc during active close | Tony Lu | 1 | -2/+6 |
2021-12-08 | net/rds: correct socket tunable error in rds_tcp_tune() | William Kucharski | 1 | -1/+1 |
2021-12-08 | net: annotate data-races on txq->xmit_lock_owner | Eric Dumazet | 1 | -1/+4 |
2021-12-08 | rxrpc: Fix rxrpc_local leak in rxrpc_lookup_peer() | Eiichi Tsukata | 1 | -5/+9 |
2021-12-08 | net: mpls: Fix notifications when deleting a device | Benjamin Poirier | 1 | -16/+52 |
2021-12-08 | net: return correct error code | liuguoqiang | 1 | -1/+1 |
2021-12-01 | NFC: add NCI_UNREG flag to eliminate the race | Lin Ma | 1 | -2/+17 |
2021-12-01 | net/smc: Don't call clcsock shutdown twice when smc shutdown | Tony Lu | 1 | -1/+7 |
2021-12-01 | tcp_cubic: fix spurious Hystart ACK train detections for not-cwnd-limited flows | Eric Dumazet | 1 | -2/+3 |
2021-12-01 | net/smc: Ensure the active closing peer first closes clcsock | Tony Lu | 1 | -0/+6 |
2021-12-01 | ipv6: fix typos in __ip6_finish_output() | Eric Dumazet | 1 | -1/+1 |
2021-12-01 | netfilter: ipvs: Fix reuse connection if RS weight is 0 | yangxingwu | 1 | -4/+4 |
2021-11-26 | batman-adv: Don't always reallocate the fragmentation skb head | Sven Eckelmann | 1 | -5/+6 |
2021-11-26 | batman-adv: Reserve needed_*room for fragments | Sven Eckelmann | 1 | -5/+10 |
2021-11-26 | batman-adv: Consider fragmentation for needed_headroom | Sven Eckelmann | 1 | -0/+3 |
2021-11-26 | batman-adv: mcast: fix duplicate mcast packets in BLA backbone from LAN | Linus Lüssing | 3 | -3/+48 |
2021-11-26 | cfg80211: call cfg80211_stop_ap when switch from P2P_GO type | Nguyen Dinh Phi | 1 | -0/+1 |
2021-11-26 | NFC: reorder the logic in nfc_{un,}register_device | Lin Ma | 1 | -14/+18 |
2021-11-26 | NFC: reorganize the functions in nci_request | Lin Ma | 1 | -4/+7 |
2021-11-26 | 9p/net: fix missing error check in p9_check_errors | Dominique Martinet | 1 | -0/+2 |
2021-11-26 | vsock: prevent unnecessary refcnt inc for nonblocking connect | Eiichi Tsukata | 1 | -0/+2 |
2021-11-26 | netfilter: nfnetlink_queue: fix OOB when mac header was cleared | Florian Westphal | 1 | -1/+1 |
2021-11-26 | tcp: don't free a FIN sk_buff in tcp_remove_empty_skb() | Jon Maxwell | 1 | -1/+1 |
2021-11-26 | net: stream: don't purge sk_error_queue in sk_stream_kill_queues() | Jakub Kicinski | 1 | -3/+0 |
2021-11-26 | Bluetooth: fix init and cleanup of sco_conn.timeout_work | Desmond Cheong Zhi Xi | 1 | -5/+4 |
2021-11-26 | gre/sit: Don't generate link-local addr if addr_gen_mode is IN6_ADDR_GEN_MODE... | Stephen Suryaputra | 1 | -0/+3 |
2021-11-26 | net: sched: update default qdisc visibility after Tx queue cnt changes | Jakub Kicinski | 4 | -0/+58 |
2021-11-26 | Bluetooth: fix use-after-free error in lock_sock_nested() | Wang ShaoBo | 1 | -1/+9 |
2021-11-26 | Bluetooth: sco: Fix lock_sock() blockage by memcpy_from_msg() | Takashi Iwai | 1 | -8/+16 |
2021-11-26 | bpf: Prevent increasing bpf_jit_limit above max | Lorenz Bauer | 1 | -1/+1 |
2021-11-02 | sctp: add vtag check in sctp_sf_ootb | Xin Long | 1 | -0/+3 |
2021-11-02 | sctp: add vtag check in sctp_sf_do_8_5_1_E_sa | Xin Long | 1 | -6/+3 |
2021-11-02 | sctp: add vtag check in sctp_sf_violation | Xin Long | 1 | -0/+3 |
2021-11-02 | sctp: fix the processing for COOKIE_ECHO chunk | Xin Long | 1 | -4/+10 |
2021-11-02 | sctp: use init_tag from inithdr for ABORT chunk | Xin Long | 1 | -0/+1 |
2021-11-02 | net: Prevent infinite while loop in skb_tx_hash() | Michael Chan | 1 | -0/+6 |
2021-11-02 | net: batman-adv: fix error handling | Pavel Skripkin | 4 | -20/+52 |
2021-11-02 | ipv6: make exception cache less predictible | Eric Dumazet | 1 | -1/+4 |
2021-11-02 | ipv6: use siphash in rt6_exception_hash() | Eric Dumazet | 1 | -6/+14 |
2021-11-02 | ipv4: use siphash instead of Jenkins in fnhe_hashfun() | Eric Dumazet | 1 | -6/+6 |
2021-10-27 | netfilter: Kconfig: use 'default y' instead of 'm' for bool config option | Vegard Nossum | 1 | -1/+1 |
2021-10-27 | nfc: nci: fix the UAF of rf_conn_info object | Lin Ma | 1 | -0/+2 |
2021-10-27 | netfilter: ipvs: make global sysctl readonly in non-init netns | Antoine Tenart | 1 | -0/+5 |