1. 6503e0b libceph: export remaining protocol independent infrastructure by Ilya Dryomov · 4 years, 2 months ago
  2. 699921d libceph: export zero_page by Ilya Dryomov · 4 years, 2 months ago
  3. 3fefd43 libceph: rename and export con->flags bits by Ilya Dryomov · 4 years, 2 months ago
  4. 6d7f62b libceph: rename and export con->state states by Ilya Dryomov · 4 years, 2 months ago
  5. 30be780 libceph: make con->state an int by Ilya Dryomov · 4 years, 2 months ago
  6. 2f68738 libceph: don't export ceph_messenger_{init_fini}() to modules by Ilya Dryomov · 4 years, 2 months ago
  7. fd1a154 libceph: make sure our addr->port is zero and addr->nonce is non-zero by Ilya Dryomov · 4 years, 2 months ago
  8. 771294f libceph: factor out ceph_con_get_out_msg() by Ilya Dryomov · 4 years, 1 month ago
  9. fc4c128 libceph: change ceph_con_in_msg_alloc() to take hdr by Ilya Dryomov · 4 years, 1 month ago
  10. 8ee8abf libceph: change ceph_msg_data_cursor_init() to take cursor by Ilya Dryomov · 4 years, 2 months ago
  11. 0247192 libceph: handle discarding acked and requeued messages separately by Ilya Dryomov · 4 years, 3 months ago
  12. 5cd8da3 libceph: drop msg->ack_stamp field by Ilya Dryomov · 4 years, 3 months ago
  13. d3c1248 libceph: remove redundant session reset log message by Ilya Dryomov · 4 years, 2 months ago
  14. a3da057 libceph: clear con->peer_global_seq on RESETSESSION by Ilya Dryomov · 4 years, 2 months ago
  15. 5963c3d libceph: rename reset_connection() to ceph_con_reset_session() by Ilya Dryomov · 4 years, 2 months ago
  16. 3596f4c libceph: split protocol reset bits out of reset_connection() by Ilya Dryomov · 4 years, 2 months ago
  17. 90b6561 libceph: don't call reset_connection() on version/feature mismatches by Ilya Dryomov · 4 years, 2 months ago
  18. 418af5b libceph: lower exponential backoff delay by Ilya Dryomov · 4 years, 2 months ago
  19. b77f8f0e libceph: include middle_len in process_message() dout by Ilya Dryomov · 4 years, 2 months ago
  20. d9838b1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 4 years, 1 month ago
  21. 7fdd375 net: sched: Fix dump of MPLS_OPT_LSE_LABEL attribute in cls_flower by Guillaume Nault · 4 years, 1 month ago
  22. b7e4ba9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 4 years, 1 month ago
  23. 299bcb5 tcp: fix cwnd-limited bug for TSO deferral where we send nothing by Neal Cardwell · 4 years, 1 month ago
  24. 5137d30 net: flow_offload: Fix memory leak for indirect flow block by Chris Mi · 4 years, 1 month ago
  25. 8ef44b6 tcp: Retain ECT bits for tos reflection by Wei Wang · 4 years, 1 month ago
  26. a770bf5 ethtool: fix stack overflow in ethnl_parse_bitset() by Michal Kubecek · 4 years, 1 month ago
  27. 323a391 can: isotp: isotp_setsockopt(): block setsockopt on bound sockets by Oliver Hartkopp · 4 years, 1 month ago
  28. 998f172 xdp: Remove the xdp_attachment_flags_ok() callback by Toke Høiland-Jørgensen · 4 years, 1 month ago
  29. 2d94b20 netfilter: nft_ct: Remove confirmation check for NFT_CT_ID by Brett Mastbergen · 4 years, 1 month ago
  30. 72d05c0 tcp: select sane initial rcvq_space.space for big MSS by Eric Dumazet · 4 years, 1 month ago
  31. 0398ba9 net: tipc: prevent possible null deref of link by Cengiz Can · 4 years, 1 month ago
  32. 42f1c27 netfilter: nftables: comment indirect serialization of commit_mutex with rtnl_mutex by Pablo Neira Ayuso · 4 years, 1 month ago
  33. 917d80d netfilter: nft_dynset: fix timeouts later than 23 days by Pablo Neira Ayuso · 4 years, 1 month ago
  34. cc00bca netfilter: x_tables: Switch synchronization to RCU by Subash Abhinov Kasiviswanathan · 4 years, 1 month ago
  35. 819f56b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by Jakub Kicinski · 4 years, 1 month ago
  36. f55628b mptcp: print new line in mptcp_seq_show() if mptcp isn't in use by Jianguo Wu · 4 years, 1 month ago
  37. 851d0a7 bridge: Fix a deadlock when enabling multicast snooping by Joseph Huang · 4 years, 1 month ago
  38. e336688 lwt_bpf: Replace preempt_disable() with migrate_disable() by Cong Wang · 4 years, 1 month ago
  39. d9054a1 lwt: Disable BH too in run_lwt_bpf() by Dongdong Wang · 4 years, 1 month ago
  40. 10c678b udp: fix the proto value passed to ip_protocol_deliver_rcu for the segments by Xin Long · 4 years, 1 month ago
  41. 905b203 mac80211: mesh: fix mesh_pathtbl_init() error path by Eric Dumazet · 4 years, 1 month ago
  42. bb2da76 openvswitch: fix error return code in validate_and_copy_dec_ttl() by Wang Hai · 4 years, 1 month ago
  43. ee4f52a8 net: bridge: vlan: fix error return code in __vlan_add() by Zhang Changzhong · 4 years, 1 month ago
  44. b410f04e ipv4: fix error return code in rtm_to_fib_config() by Zhang Changzhong · 4 years, 1 month ago
  45. 4eef8b1 net/sched: fq_pie: initialize timer earlier in fq_pie_init() by Davide Caratti · 4 years, 1 month ago
  46. 12c8a8c xsk: Return error code if force_zc is set by Zhang Changzhong · 4 years, 1 month ago
  47. bdeca45 mac80211: set SDATA_STATE_RUNNING for monitor interfaces by Borwankar, Antara · 4 years, 1 month ago
  48. f495acd cfg80211: initialize rekey_data by Sara Sharon · 4 years, 1 month ago
  49. 8fca2b8 mac80211: fix return value of ieee80211_chandef_he_6ghz_oper by Wen Gong · 4 years, 1 month ago
  50. 9608fa6 net/sched: act_mpls: ensure LSE is pullable before reading it by Davide Caratti · 4 years, 1 month ago
  51. 43c1360 net: openvswitch: ensure LSE is pullable before reading it by Davide Caratti · 4 years, 1 month ago
  52. 13de4ed net: skbuff: ensure LSE is pullable before decrementing the MPLS ttl by Davide Caratti · 4 years, 1 month ago
  53. 6ee50c8 net/x25: prevent a couple of overflows by Dan Carpenter · 4 years, 1 month ago
  54. 3413f04 xsk: Change the tx writeable condition by Xuan Zhuo · 4 years, 1 month ago
  55. f5da541 xsk: Replace datagram_poll by sock_poll_wait by Xuan Zhuo · 4 years, 1 month ago
  56. 832ba59 net: ip6_gre: set dev->hard_header_len when using header_ops by Antoine Tenart · 4 years, 1 month ago
  57. 0643334 tipc: fix incompatible mtu of transmission by Hoang Le · 4 years, 1 month ago
  58. ed1182d xdp: Handle MEM_TYPE_XSK_BUFF_POOL correctly in xdp_return_buff() by Björn Töpel · 4 years, 1 month ago
  59. bd2d5c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by Jakub Kicinski · 4 years, 1 month ago
  60. 1ebf179 ipv4: Fix tos mask in inet_rtm_getroute() by Guillaume Nault · 4 years, 1 month ago
  61. 3771b82 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Jakub Kicinski · 4 years, 1 month ago
  62. 28d35ad Merge tag 'batadv-net-pullrequest-20201127' of git://git.open-mesh.org/linux-merge by Jakub Kicinski · 4 years, 1 month ago
  63. 44f64f2 netfilter: bridge: reset skb->pkt_type after NF_INET_POST_ROUTING traversal by Antoine Tenart · 4 years, 1 month ago
  64. d0742c4 Merge tag 'linux-can-fixes-for-5.10-20201127' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can by Jakub Kicinski · 4 years, 1 month ago
  65. 985f733 sock: set sk_err to ee_errno on dequeue from errq by Willem de Bruijn · 4 years, 1 month ago
  66. d3ab788 mptcp: fix NULL ptr dereference on bad MPJ by Paolo Abeni · 4 years, 1 month ago
  67. 69929d4 net: openvswitch: fix TTL decrement action netlink message format by Eelco Chaudron · 4 years, 1 month ago
  68. a5d45bc netfilter: nftables_offload: build mask based from the matching bytes by Pablo Neira Ayuso · 4 years, 1 month ago
  69. 3c78e9e netfilter: nftables_offload: set address type in control dissector by Pablo Neira Ayuso · 4 years, 1 month ago
  70. 4bc3c8d ipvs: fix possible memory leak in ip_vs_control_net_init by Wang Hai · 4 years, 1 month ago
  71. d73ff9b can: af_can: can_rx_unregister(): remove WARN() statement from list operation sanity check by Oliver Hartkopp · 4 years, 1 month ago
  72. 992b03b batman-adv: Don't always reallocate the fragmentation skb head by Sven Eckelmann · 4 years, 1 month ago
  73. c5cbfc8 batman-adv: Reserve needed_*room for fragments by Sven Eckelmann · 4 years, 1 month ago
  74. 4ca23e2 batman-adv: Consider fragmentation for needed_headroom by Sven Eckelmann · 4 years, 1 month ago
  75. 025cc2f net/tls: Protect from calling tls_dev_del for TLS RX twice by Maxim Mikityanskiy · 4 years, 1 month ago
  76. a7b4364 devlink: Make sure devlink instance and port are in same net namespace by Parav Pandit · 4 years, 1 month ago
  77. b187c9b devlink: Hold rtnl lock while reading netdev attributes by Parav Pandit · 4 years, 1 month ago
  78. c0700df netfilter: nf_tables: avoid false-postive lockdep splat by Florian Westphal · 4 years, 1 month ago
  79. 68ad89d netfilter: ipset: prevent uninit-value in hash_ip6_add by Eric Dumazet · 4 years, 1 month ago
  80. 2543a60 gro_cells: reduce number of synchronize_net() calls by Eric Dumazet · 4 years, 1 month ago
  81. e255e11 ipv6: addrlabel: fix possible memory leak in ip6addrlbl_net_init by Wang Hai · 4 years, 1 month ago
  82. 26c8996 Merge tag 'batadv-net-pullrequest-20201124' of git://git.open-mesh.org/linux-merge by Jakub Kicinski · 4 years, 1 month ago
  83. 407c85c tcp: Set ECT0 bit in tos/tclass for synack when BPF needs ECN by Alexander Duyck · 4 years, 1 month ago
  84. 36ccdf8 net, xsk: Avoid taking multiple skbuff references by Björn Töpel · 4 years, 1 month ago
  85. 5204bb6 devlink: Fix reload stats structure by Moshe Shemesh · 4 years, 1 month ago
  86. d549699 net/packet: fix packet receive on L3 devices without visible hard header by Eyal Birger · 4 years, 1 month ago
  87. 3fe356d vsock/virtio: discard packets only when socket is really closed by Stefano Garzarella · 4 years, 1 month ago
  88. 01770a1 tcp: fix race condition when creating child sockets from syncookies by Ricardo Dias · 4 years, 1 month ago
  89. 17864891 xsk: Fix incorrect netdev reference count by Marek Majtyka · 4 years, 1 month ago
  90. c5dab09 net/af_iucv: set correct sk_protocol for child sockets by Julian Wiedmann · 4 years, 1 month ago
  91. 5547201 tcp: Set INET_ECN_xmit configuration in tcp_reinit_congestion_control by Alexander Duyck · 4 years, 1 month ago
  92. 861602b tcp: Allow full IP tos/IPv6 tclass to be reflected in L3 header by Alexander Duyck · 4 years, 1 month ago
  93. 20ffc7a net/tls: missing received data after fast remote close by Vadim Fedorenko · 4 years, 1 month ago
  94. 3b3fd06 rose: Fix Null pointer dereference in rose_send_frame() by Anmol Karn · 4 years, 1 month ago
  95. 537cf4e xsk: Fix umem cleanup bug at socket destruct by Magnus Karlsson · 4 years, 1 month ago
  96. e6ea60b Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Jakub Kicinski · 4 years, 1 month ago
  97. 41a0be3 net/smc: fix direct access to ib_gid_addr->ndev in smc_ib_determine_gid() by Karsten Graul · 4 years, 1 month ago
  98. 0530bd6 net/smc: fix matching of existing link groups by Karsten Graul · 4 years, 1 month ago
  99. 2d8f648 ipv6: Remove dependency of ipv6_frag_thdr_truncated on ipv6 module by Georg Kohmann · 4 years, 1 month ago
  100. 1532b97 net: Have netpoll bring-up DSA management interface by Florian Fainelli · 4 years, 1 month ago