summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2 daysbpf: test_run: Fix ctx leak in bpf_prog_test_run_xdp error pathShardul Bankar1-1/+1
2 dayscan: j1939: make j1939_session_activate() fail if device is no longer registeredTetsuo Handa1-0/+2
2 daysbpf: Fix reference count leak in bpf_prog_test_run_xdp()Tetsuo Handa1-3/+4
2 daysbpf, test_run: Subtract size of xdp_frame from allowed metadata sizeToke Høiland-Jørgensen1-5/+13
2 daysbpf: Support specifying linear xdp packet data size for BPF_PROG_TEST_RUNAmery Hung1-3/+12
2 daysbpf: Make variables in bpf_prog_test_run_xdp less confusingAmery Hung1-13/+13
2 daysbpf: Fix an issue in bpf_prog_test_run_xdp when page size greater than 4KYonghong Song1-1/+1
2 daysarp: do not assume dev_hard_header() does not change skb->headEric Dumazet1-3/+4
2 daysnet/sched: sch_qfq: Fix NULL deref when deactivating inactive aggregate in qf...Xiang Mei1-1/+1
2 daysnet: fix memory leak in skb_segment_list for GRO packetsMohammad Heib1-3/+5
2 daysnet: sock: fix hardened usercopy panic in sock_recv_errqueueWeiming Shi1-3/+4
2 daysinet: ping: Fix icmp out countingyuan.gao1-3/+1
2 daysbridge: fix C-VLAN preservation in 802.1ad vlan_tunnel egressAlexandre Knecht1-4/+7
2 daysnetfilter: nf_conncount: update last_gc only when GC has been performedFernando Fernandez Mancera1-1/+1
2 daysnetfilter: nf_tables: fix memory leak in nf_tables_newrule()Zilin Guan1-1/+2
2 daysnetfilter: nft_synproxy: avoid possible data-race on update operationFernando Fernandez Mancera1-3/+3
2 daystls: Use __sk_dst_get() and dst_dev_rcu() in get_netdev_for_sock().Kuniyuki Iwashima1-8/+10
2 daysnet: Add locking to protect skb->dev access in ip_outputSharath Chandra Vurukala1-5/+11
2 dayslibceph: make calc_target() set t->paused, not just clear itIlya Dryomov1-2/+9
2 dayslibceph: return the handler error from mon_handle_auth_done()Ilya Dryomov1-1/+1
2 dayslibceph: make free_choose_arg_map() resilient to partial allocationTuo Li1-8/+12
2 dayslibceph: replace overzealous BUG_ON in osdmap_apply_incremental()Ilya Dryomov1-1/+3
2 dayslibceph: prevent potential out-of-bounds reads in handle_auth_done()ziming zhang1-0/+2
2 dayswifi: avoid kernel-infoleak from struct iw_pointEric Dumazet2-0/+8
8 dayswifi: mac80211: fix switch count in EMA beaconsAditya Kumar Singh1-1/+1
8 dayswifi: nl80211: fix puncturing bitmap policyJohannes Berg1-1/+7
8 daysnet: ethtool: fix the error condition in ethtool_get_phy_stats_ethtool()Su Hui1-1/+1
8 daystty: introduce and use tty_port_tty_vhangup() helperJiri Slaby (SUSE)1-6/+1
8 daysnet: Remove RTNL dance for SIOCBRADDIF and SIOCBRDELIF.Thadeu Lima de Souza Cascardo4-31/+43
8 dayswifi: mac80211: Discard Beacon frames to non-broadcast addressJouni Malinen1-0/+5
8 daysmptcp: fallback earlier on simult connectionPaolo Abeni3-12/+12
8 daysSUNRPC: svcauth_gss: avoid NULL deref on zero length gss_token in gss_read_pr...Joshua Rogers1-1/+2
8 daysmptcp: pm: ignore unknown endpoint flagsMatthieu Baerts (NGI0)1-1/+2
8 daysmptcp: avoid deadlock on fallback while reinjectingPaolo Abeni1-2/+8
8 daysmptcp: Initialise rcv_mss before calling tcp_send_active_reset() in mptcp_do_...Kuniyuki Iwashima1-0/+6
8 dayspage_pool: Fix use-after-free in page_pool_recycle_in_ringDong Chenchen1-13/+14
8 daysnet: nfc: fix deadlock between nfc_unregister_device and rfkill_fop_writeDeepanshu Kartikey1-2/+7
8 daysnet: rose: fix invalid array index in rose_kill_by_device()Pwnverse1-1/+1
8 daysipv4: Fix reference count leak when using error routes with nexthop objectsIdo Schimmel1-3/+4
8 daysipv6: BUG() in pskb_expand_head() as part of calipso_skbuff_setattr()Will Rosenberg1-1/+2
8 daysnet: bridge: Describe @tunnel_hash member in net_bridge_vlan_group structBagas Sanjaya1-0/+1
8 daysip6_gre: make ip6gre_header() robustEric Dumazet1-1/+8
8 daysnet: openvswitch: Avoid needlessly taking the RTNL on vport destroyToke Høiland-Jørgensen1-4/+13
8 dayswifi: mac80211: do not use old MBSSID elementsAloka Dixit1-10/+0
8 daysmac80211: support RNR for EMA APAloka Dixit3-8/+86
8 dayscfg80211: support RNR for EMA APAloka Dixit1-7/+72
8 dayswifi: mac80211: generate EMA beacons in AP modeAloka Dixit3-18/+137
8 dayswifi: nl80211: add a command to enable/disable HW timestampingAvraham Stern3-0/+79
8 dayswifi: nl80211: validate and configure puncturing bitmapAloka Dixit1-0/+32
8 dayswifi: cfg80211: move puncturing bitmap validation from mac80211Aloka Dixit2-67/+75