Age | Commit message (Expand) | Author |
2024-07-15 | llc: Constify struct llc_sap_state_trans | Christophe JAILLET |
2024-07-15 | llc: Constify struct llc_conn_state_trans | Christophe JAILLET |
2024-05-13 | net: change proto and proto_ops accept type | Jens Axboe |
2024-05-03 | net: Remove ctl_table sentinel elements from several networking subsystems | Joel Granados |
2024-01-30 | llc: call sock_orphan() at release time | Eric Dumazet |
2024-01-19 | llc: Drop support for ETH_P_TR_802_2. | Kuniyuki Iwashima |
2024-01-19 | llc: make llc_ui_sendmsg() more robust against bonding changes | Eric Dumazet |
2023-11-01 | llc: verify mac len before reading mac header | Willem de Bruijn |
2023-08-09 | net/llc/llc_conn.c: fix 4 instances of -Wmissing-variable-declarations | Nick Desaulniers |
2023-07-20 | llc: Don't drop packet from non-root netns. | Kuniyuki Iwashima |
2023-07-20 | llc: Check netns in llc_estab_match() and llc_listener_match(). | Kuniyuki Iwashima |
2023-07-20 | llc: Check netns in llc_dgram_match(). | Kuniyuki Iwashima |
2023-06-24 | sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES) | David Howells |
2023-05-10 | net: deal with most data-races in sk_wait_event() | Eric Dumazet |
2022-06-09 | net: rename reference+tracking helpers | Jakub Kicinski |
2022-03-25 | llc: only change llc->dev when bind() succeeds | Eric Dumazet |
2022-03-23 | llc: fix netdevice reference leaks in llc_ui_bind() | Eric Dumazet |
2021-12-10 | sock: Use sock_owned_by_user_nocheck() instead of sk_lock.owned. | Kuniyuki Iwashima |
2021-12-07 | llc: add net device refcount tracker | Eric Dumazet |
2021-10-13 | llc/snap: constify dev_addr passing | Jakub Kicinski |
2021-08-05 | net: Remove redundant if statements | Yajun Deng |
2021-07-27 | net: llc: fix skb_over_panic | Pavel Skripkin |
2021-04-27 | llc2: Remove redundant assignment to rc | Jiapeng Chong |
2021-03-28 | llc: llc_core.c: COuple of typo fixes | Bhaskar Chowdhury |
2021-03-26 | net: llc: Correct function name llc_pdu_set_pf_bit() in header | Yang Yingliang |
2021-03-26 | net: llc: Correct function name llc_sap_action_unitdata_ind() in header | Yang Yingliang |
2021-03-26 | net: llc: Correct some function names in header | Yang Yingliang |
2021-01-27 | net: remove redundant 'depends on NET' | Masahiro Yamada |
2020-10-30 | net: llc: Fix kerneldoc warnings | Andrew Lunn |
2020-07-24 | net: pass a sockptr_t into ->setsockopt | Christoph Hellwig |
2020-07-13 | net: llc: kerneldoc fixes | Andrew Lunn |
2020-06-28 | llc: make sure applications use ARPHRD_ETHER | Eric Dumazet |
2020-02-26 | af_llc: fix if-statement empty body warning | Randy Dunlap |
2020-02-24 | net: Add missing annotation for llc_seq_start() | Jules Irenge |
2019-12-20 | llc2: Fix return statement of llc_stat_ev_rx_null_dsap_xid_c (and _test_c) | Chan Shu Tak, Alex |
2019-11-06 | net: silence data-races on sk_backlog.tail | Eric Dumazet |
2019-11-06 | net: use helpers to change sk_ack_backlog | Eric Dumazet |
2019-10-09 | net: silence KCSAN warnings around sk_add_backlog() calls | Eric Dumazet |
2019-10-08 | llc: fix sk_buff refcounting in llc_conn_state_process() | Eric Biggers |
2019-10-08 | llc: fix another potential sk_buff leak in llc_ui_sendmsg() | Eric Biggers |
2019-10-08 | llc: fix sk_buff leak in llc_conn_service() | Eric Biggers |
2019-10-08 | llc: fix sk_buff leak in llc_sap_state_process() | Eric Biggers |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 281 | Thomas Gleixner |
2019-05-28 | llc: fix skb leak in llc_build_and_send_ui_pkt() | Eric Dumazet |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner |
2019-04-12 | llc: Check address length before reading address field | Tetsuo Handa |
2018-10-22 | llc: do not use sk_eat_skb() | Eric Dumazet |
2018-10-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-10-15 | llc: set SOCK_RCU_FREE in llc_sap_add_socket() | Cong Wang |
2018-09-13 | llc: avoid blocking in llc_sap_close() | Cong Wang |