summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2020-11-09Bluetooth: Fix slab-out-of-bounds read in hci_le_direct_adv_report_evt()Peilin Ye
2020-11-09Bluetooth: Fix null pointer dereference in hci_event_packet()Anmol Karn
2020-11-07net: core: fix spelling typo in flow_dissector.cWang Qing
2020-11-07net: xfrm: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-11-07net: smc: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-11-07net: sched: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-11-07net: mac802154: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-11-07net: mac80211: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-11-07net: ipv4: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-11-07net: dccp: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-06Merge tag 'net-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2020-11-06nexthop: Remove in-kernel route notifications when nexthop changesIdo Schimmel
2020-11-06nexthop: Replay nexthops when registering a notifierIdo Schimmel
2020-11-06nexthop: Pass extack to register_nexthop_notifier()Ido Schimmel
2020-11-06nexthop: Emit a notification when a nexthop group is reducedIdo Schimmel
2020-11-06nexthop: Emit a notification when a nexthop group is modifiedIdo Schimmel
2020-11-06nexthop: Emit a notification when a single nexthop is replacedIdo Schimmel
2020-11-06nexthop: Emit a notification when a nexthop group is replacedIdo Schimmel
2020-11-06nexthop: Emit a notification when a nexthop is addedIdo Schimmel
2020-11-06nexthop: Allow setting "offload" and "trap" indications on nexthopsIdo Schimmel
2020-11-06rtnetlink: Add RTNH_F_TRAP flagIdo Schimmel
2020-11-06nexthop: vxlan: Convert to new notification infoIdo Schimmel
2020-11-06nexthop: Prepare new notification infoIdo Schimmel
2020-11-06nexthop: Pass extack to nexthop notifierIdo Schimmel
2020-11-05sctp: bring inet(6)_skb_parm back to sctp_input_cbXin Long
2020-11-05net: dsa: Give drivers the chance to veto certain upper devicesVladimir Oltean
2020-11-05net: dsa: Add tag handling for Hirschmann Hellcreek switchesKurt Kanzenbach
2020-11-05net: sched: implement action-specific terse dumpVlad Buslov
2020-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski
2020-11-04mptcp: add a new sysctl add_addr_timeoutGeliang Tang
2020-11-04mptcp: split mptcp_clean_una functionFlorian Westphal
2020-11-04tcp: propagate MPTCP skb extensions on xmit splitsPaolo Abeni
2020-11-04mptcp: use _fast lock version in __mptcp_move_skbsFlorian Westphal
2020-11-04mptcp: adjust mptcp receive buffer limit if subflow has larger oneFlorian Westphal
2020-11-04Merge tag 'linux-can-fixes-for-5.10-20201103' of git://git.kernel.org/pub/scm...Jakub Kicinski
2020-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski
2020-11-03net: dev_ioctl: remove redundant initialization of variable errColin Ian King
2020-11-03net: openvswitch: silence suspicious RCU usage warningEelco Chaudron
2020-11-03can: isotp: padlen(): make const array static, makes object smallerColin Ian King
2020-11-03can: isotp: isotp_rcv_cf(): enable RX timeout handling in listen-only modeOliver Hartkopp
2020-11-03can: isotp: Explain PDU in CAN_ISOTP help textGeert Uytterhoeven
2020-11-03can: j1939: j1939_sk_bind(): return failure if netdev is downZhang Changzhong
2020-11-03can: proc: can_remove_proc(): silence remove_proc_entry warningZhang Changzhong
2020-11-03mptcp: token: fix unititialized variableDavide Caratti
2020-11-03mpls: drop skb's dst in mpls_forward()Guillaume Nault
2020-11-02mac80211: add KCOV remote annotations to incoming frame processingAleksandr Nogikh
2020-11-02net: add kcov handle to skb extensionsAleksandr Nogikh
2020-11-02net: core: remove unneeded semicolonTom Rix
2020-11-02ethtool: remove unneeded semicolonTom Rix