index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-14
mptcp: remove tcp ulp setsockopt support
Florian Westphal
1
-1
/
+0
2021-12-14
rds: memory leak in __rds_conn_create()
Hangyu Hua
1
-0
/
+1
2021-12-14
Merge tag 'mac80211-for-net-2021-12-14' of git://git.kernel.org/pub/scm/linux...
David S. Miller
10
-36
/
+90
2021-12-14
flow_offload: return EOPNOTSUPP for the unsupported mpls action type
Baowen Zheng
1
-0
/
+1
2021-12-14
mac80211: do drv_reconfig_complete() before restarting all
Johannes Berg
1
-7
/
+7
2021-12-14
mac80211: mark TX-during-stop for TX in in_reconfig
Johannes Berg
1
-1
/
+4
2021-12-14
mac80211: update channel context before station state
Mordechay Goodstein
1
-6
/
+9
2021-12-14
mac80211: Fix the size used for building probe request
Ilan Peer
1
-1
/
+1
2021-12-14
mac80211: fix lookup when adding AddBA extension element
Johannes Berg
1
-2
/
+3
2021-12-14
mac80211: validate extended element ID is present
Johannes Berg
1
-1
/
+6
2021-12-14
cfg80211: Acquire wiphy mutex on regulatory work
Ilan Peer
1
-1
/
+6
2021-12-14
mac80211: agg-tx: don't schedule_and_wake_txq() under sta->lock
Johannes Berg
1
-2
/
+8
2021-12-14
nl80211: remove reload flag from regulatory_request
Finn Behrens
1
-4
/
+2
2021-12-14
mac80211: send ADDBA requests using the tid/queue of the aggregation session
Felix Fietkau
1
-1
/
+1
2021-12-13
mptcp: never allow the PM to close a listener subflow
Paolo Abeni
1
-0
/
+3
2021-12-13
net/sched: sch_ets: don't remove idle classes from the round-robin list
Davide Caratti
1
-2
/
+2
2021-12-10
inet_diag: fix kernel-infoleak for UDP sockets
Eric Dumazet
1
-3
/
+1
2021-12-10
phonet: refcount leak in pep_sock_accep
Hangyu Hua
1
-0
/
+1
2021-12-10
sch_cake: do not call cake_destroy() from cake_init()
Eric Dumazet
1
-5
/
+1
2021-12-09
net/sched: fq_pie: prevent dismantle issue
Eric Dumazet
1
-0
/
+1
2021-12-09
seg6: fix the iif in the IPv6 socket control block
Andrea Mayer
1
-0
/
+8
2021-12-09
nfc: fix potential NULL pointer deref in nfc_genl_dump_ses_done
Krzysztof Kozlowski
1
-2
/
+4
2021-12-09
nfc: fix segfault in nfc_genl_dump_devices_done
Tadeusz Struk
1
-2
/
+4
2021-12-09
udp: using datalen to cap max gso segments
Jianguo Wu
1
-1
/
+1
2021-12-08
net, neigh: clear whole pneigh_entry at alloc time
Eric Dumazet
1
-2
/
+1
2021-12-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
Jakub Kicinski
6
-12
/
+15
2021-12-08
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
2
-5
/
+15
2021-12-08
netfilter: conntrack: annotate data-races around ct->timeout
Eric Dumazet
3
-6
/
+6
2021-12-08
netfilter: nft_exthdr: break evaluation if setting TCP option fails
Pablo Neira Ayuso
1
-4
/
+7
2021-12-08
nft_set_pipapo: Fix bucket load in AVX2 lookup routine for six 8-bit groups
Stefano Brivio
1
-1
/
+1
2021-12-06
devlink: fix netns refcount leak in devlink_nl_cmd_reload()
Eric Dumazet
1
-8
/
+8
2021-12-06
ethtool: do not perform operations on net devices being unregistered
Antoine Tenart
1
-1
/
+2
2021-12-03
tcp: fix another uninit-value (sk_rx_queue_mapping)
Eric Dumazet
1
-2
/
+2
2021-12-03
inet: use #ifdef CONFIG_SOCK_RX_QUEUE_MAPPING consistently
Eric Dumazet
1
-1
/
+1
2021-12-02
Merge tag 'net-5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
19
-72
/
+139
2021-12-02
gro: Fix inconsistent indenting
Jiapeng Chong
1
-3
/
+3
2021-12-02
net/rds: correct socket tunable error in rds_tcp_tune()
William Kucharski
1
-1
/
+1
2021-12-02
mctp: Don't let RTM_DELROUTE delete local routes
Matt Johnston
1
-4
/
+5
2021-12-02
net/smc: Keep smc_close_final rc during active close
Tony Lu
1
-2
/
+6
2021-12-02
net/smc: fix wrong list_del in smc_lgr_cleanup_early
Dust Li
1
-4
/
+3
2021-12-02
ipv4: convert fib_num_tclassid_users to atomic_t
Eric Dumazet
3
-5
/
+5
2021-12-01
net: annotate data-races on txq->xmit_lock_owner
Eric Dumazet
1
-1
/
+4
2021-11-30
net: netlink: af_netlink: Prevent empty skb by adding a check on len.
Harshit Mogalapalli
1
-0
/
+5
2021-11-30
netfilter: nfnetlink_queue: silence bogus compiler warning
Florian Westphal
1
-1
/
+1
2021-11-29
Merge tag 'rxrpc-fixes-20211129' of git://git.kernel.org/pub/scm/linux/kernel...
Jakub Kicinski
2
-10
/
+18
2021-11-29
wireguard: device: reset peer src endpoint when netns exits
Jason A. Donenfeld
1
-0
/
+19
2021-11-29
rxrpc: Fix rxrpc_local leak in rxrpc_lookup_peer()
Eiichi Tsukata
1
-5
/
+9
2021-11-29
rxrpc: Fix rxrpc_peer leak in rxrpc_look_up_bundle()
Eiichi Tsukata
1
-5
/
+9
2021-11-29
ipv6: fix memory leak in fib6_rule_suppress
msizanoen1
3
-3
/
+4
2021-11-29
mctp: test: fix skb free in test device tx
Jeremy Kerr
1
-1
/
+1
[next]