summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
4 dayswifi: mac80211: Avoid address calculations via out of bounds array indexingKenton Groombridge1-8/+9
4 daysphonet: Handle error of rtnl_register_module().Kuniyuki Iwashima1-17/+11
4 daysphonet: no longer hold RTNL in route_dumpit()Eric Dumazet1-8/+9
4 daysmpls: Handle error of rtnl_register_module().Kuniyuki Iwashima1-11/+21
4 daysmpls: no longer hold RTNL in mpls_netconf_dump_devconf()Eric Dumazet1-37/+22
4 daysrtnetlink: add RTNL_FLAG_DUMP_UNLOCKED flagEric Dumazet2-0/+5
4 daysrtnetlink: change nlk->cb_mutex roleEric Dumazet2-16/+21
4 daysmctp: Handle error of rtnl_register_module().Kuniyuki Iwashima4-35/+65
4 daysbridge: Handle error of rtnl_register_module().Kuniyuki Iwashima3-13/+17
4 daysrtnetlink: Add bulk registration helpers for rtnetlink message handlers.Kuniyuki Iwashima1-0/+29
4 daysnet: do not delay dst_entries_add() in dst_release()Eric Dumazet1-5/+12
4 daysnetfilter: fib: check correct rtable in vrf setupsFlorian Westphal2-5/+4
4 daysnetfilter: xtables: avoid NFPROTO_UNSPEC where neededFlorian Westphal16-165/+422
4 dayssctp: ensure sk_state is set to CLOSED if hashing fails in sctp_listen_startXin Long1-5/+13
4 daysnet/sched: accept TCA_STAB only for root qdiscEric Dumazet1-1/+6
4 daysBluetooth: RFCOMM: FIX possible deadlock in rfcomm_sk_state_changeLuiz Augusto von Dentz1-2/+0
4 daysnetfilter: br_netfilter: fix panic with metadata_dst skbAndy Roulin1-0/+5
4 daysrxrpc: Fix uninitialised variable in rxrpc_send_data()David Howells1-5/+5
4 daystcp: fix TFO SYN_RECV to not zero retrans_stamp with retransmits outNeal Cardwell1-2/+9
4 daystcp: new TCP_INFO stats for RTO eventsAananth V4-2/+43
4 daystcp: fix tcp_enter_recovery() to zero retrans_stamp when it's safeNeal Cardwell1-0/+13
4 daystcp: fix to allow timestamp undo if no retransmits were sentNeal Cardwell1-2/+16
4 daysnetfilter: nf_reject: Fix build warning when CONFIG_BRIDGE_NETFILTER=nSimon Horman2-9/+6
4 daysnetfilter: nf_nat: don't try nat source port reallocation for reverse dir clashFlorian Westphal1-2/+118
4 daysBluetooth: Fix usage of __hci_cmd_sync_statusLuiz Augusto von Dentz1-15/+12
4 dayslibceph: init the cursor when preparing sparse read in msgr2Xiubo Li1-0/+3
11 daysrxrpc: Fix a race between socket set up and I/O thread creationDavid Howells3-4/+10
11 daysnet: dsa: fix netdev_priv() dereference before check on non-DSA netdevice eventsVladimir Oltean1-2/+5
11 daysnetfilter: nf_tables: restore set elements when delete set failsPablo Neira Ayuso5-20/+42
11 daysnetfilter: nf_tables: fix memleak in map from abort pathPablo Neira Ayuso1-2/+14
11 daysmac802154: Fix potential RCU dereference issue in mac802154_scan_workerJiawei Ye1-1/+3
11 daysBluetooth: hci_event: Align BR/EDR JUST_WORKS paring with LELuiz Augusto von Dentz1-8/+5
11 daysgso: fix udp gso fraglist segmentation after pull from frag_listWillem de Bruijn1-2/+20
11 dayswifi: mac80211: fix RCU list iterationsJohannes Berg4-4/+8
11 daystcp: avoid reusing FIN_WAIT2 when trying to find port in connect() processJason Xing1-0/+3
11 daysnetpoll: Ensure clean state on setup failuresBreno Leitao1-5/+10
11 daysipv4: Mask upper DSCP bits and ECN bits in NETLINK_FIB_LOOKUP familyIdo Schimmel1-1/+1
11 daysipv4: Check !in_dev earlier for ioctl(SIOCSIFADDR).Kuniyuki Iwashima1-4/+2
11 daystipc: guard against string buffer overrunSimon Horman1-2/+6
11 daysnet: sched: consistently use rcu_replace_pointer() in taprio_change()Dmitry Antipov1-1/+3
11 dayswifi: cfg80211: Set correct chandef when starting CACIssam Hamdi1-1/+14
11 daysBluetooth: L2CAP: Fix not validating setsockopt user inputLuiz Augusto von Dentz1-32/+20
11 daysBluetooth: ISO: Fix not validating setsockopt user inputLuiz Augusto von Dentz1-24/+12
11 daysBluetooth: hci_sock: Fix not validating setsockopt user inputLuiz Augusto von Dentz1-13/+8
11 dayssctp: set sk_state back to CLOSED if autobind fails in sctp_listen_startXin Long1-1/+3
11 daysipv4: ip_gre: Fix drops of small packets in ipgre_xmitAnton Danilov1-3/+3
11 daysnet: add more sanity checks to qdisc_pkt_len_init()Eric Dumazet1-3/+7
11 daysnet: avoid potential underflow in qdisc_pkt_len_init() with UFOEric Dumazet1-1/+1
11 daysnet: Fix gso_features_check to check for both dev->gso_{ipv4_,}max_sizeDaniel Borkmann1-1/+1
11 daysnet: Add netif_get_gro_max_size helper for GRODaniel Borkmann1-7/+2