summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2020-10-13Merge tag 'io_uring-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-10-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-10-12Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-10-08openvswitch: handle DNAT tuple collisionDumitru Ceara
2020-10-08sctp: fix sctp_auth_init_hmacs() error pathEric Dumazet
2020-10-08Merge tag 'mac80211-for-net-2020-10-08' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2020-10-08bridge: Netlink interface fix.Henrik Bjoernlund
2020-10-08net: wireless: nl80211: fix out-of-bounds access in nl80211_del_key()Anant Thazhemadam
2020-10-06Merge tag 'rxrpc-fixes-20201005' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller
2020-10-06tcp: fix receive window update in tcp_add_backlog()Eric Dumazet
2020-10-06mptcp: more DATA FIN fixesPaolo Abeni
2020-10-06net: qrtr: ns: Fix the incorrect usage of rcu_read_lock()Manivannan Sadhasivam
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-10-05rxrpc: Fix server keyring leakDavid Howells
2020-10-05rxrpc: The server keyring isn't network-namespacedDavid Howells
2020-10-05rxrpc: Fix accept on a connection that need securingDavid Howells
2020-10-05rxrpc: Fix some missing _bh annotations on locking conn->state_lockDavid Howells
2020-10-05rxrpc: Downgrade the BUG() for unsupported token type in rxrpc_read()David Howells
2020-10-05rxrpc: Fix rxkad token xdr encodingMarc Dionne
2020-10-04net/core: check length before updating Ethertype in skb_mpls_{push,pop}Guillaume Nault
2020-10-04net_sched: check error pointer in tcf_dump_walker()Cong Wang
2020-10-03iov_iter: transparently handle compat iovecs in import_iovecChristoph Hellwig
2020-10-02tcp: fix syn cookied MPTCP request socket leakPaolo Abeni
2020-10-02libceph: use sendpage_ok() in ceph_tcp_sendpage()Coly Li
2020-10-02tcp: use sendpage_ok() to detect misused .sendpageColy Li
2020-10-02net: add WARN_ONCE in kernel_sendpage() for improper zero-copy sendColy Li
2020-10-02netlink: fix policy dump leakJohannes Berg
2020-10-01bpf: Fix "unresolved symbol" build error with resolve_btfidsYonghong Song
2020-09-30io_uring: move io_uring_get_socket() into io_uring.hJens Axboe
2020-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-09-29mptcp: Handle incoming 32-bit DATA_FIN valuesMat Martineau
2020-09-29mptcp: Consistently use READ_ONCE/WRITE_ONCE with msk->ack_seqMat Martineau
2020-09-28ethtool: mark netlink family as __ro_after_initJakub Kicinski
2020-09-28net: qrtr: ns: Protect radix_tree_deref_slot() using rcu read locksManivannan Sadhasivam
2020-09-28net: core: add nested_level variable in net_deviceTaehee Yoo
2020-09-28net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo
2020-09-28net: core: add __netdev_upper_dev_unlink()Taehee Yoo
2020-09-28net_sched: remove a redundant goto chain checkCong Wang
2020-09-28net: bridge: fdb: don't flush ext_learn entriesNikolay Aleksandrov
2020-09-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2020-09-25Merge tag 'nfsd-5.9-2' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds
2020-09-25xfrm: Use correct address family in xfrm_state_findHerbert Xu
2020-09-24tcp: skip DSACKs with dubious sequence rangesPriyaranjan Jha
2020-09-24net/tls: race causes kernel panicRohit Maheshwari
2020-09-24net_sched: commit action insertions togetherCong Wang
2020-09-24net_sched: defer tcf_idr_insert() in tcf_action_init_1()Cong Wang
2020-09-23net: switchdev: Fixed kerneldoc warningTian Tao
2020-09-23mptcp: Wake up MPTCP worker when DATA_FIN found on a TCP FIN packetMat Martineau
302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416