summaryrefslogtreecommitdiff
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2023-08-14 17:25:42 +0200
committerArnd Bergmann <arnd@arndb.de>2023-08-14 17:25:53 +0200
commitd6d3ddaba5117c0630ec0274d45942435b0a2238 (patch)
tree2bd04b21773d272d0a72bcd405767a4c9ca019f2 /scripts/objdiff
parent00e1ff04d5cb640245221f3f3364159b74c40948 (diff)
parent66ba9c05fc51d3357298dccf718ee83469978da8 (diff)
downloadkernel-d6d3ddaba5117c0630ec0274d45942435b0a2238.tar.gz
Merge tag 'imx-soc-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into soc/arm
i.MX SoC change for 6.6: - A change from Rob Herring to drop unused includes from i.MX platform code. * tag 'imx-soc-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux: ARM: imx: Drop unused includes Link: https://lore.kernel.org/r/20230813133354.847010-2-shawnguo@kernel.org Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions
/tr> 2018-11-27net: bridge: add no_linklocal_learn bool optionNikolay Aleksandrov 2018-09-26net: bridge: convert neigh_suppress_enabled option to a bitNikolay Aleksandrov 2018-05-25net: bridge: add support for port isolationNikolay Aleksandrov 2017-11-10net: bridge: Rename mglist to host_joinedAndrew Lunn 2017-10-08bridge: suppress nd pkts on BR_NEIGH_SUPPRESS portsRoopa Prabhu 2017-10-08bridge: suppress arp pkts on BR_NEIGH_SUPPRESS portsRoopa Prabhu 2017-09-29net: bridge: add per-port group_fwd_mask with less restrictionsNikolay Aleksandrov 2017-07-14net: bridge: fix dest lookup when vlan proto doesn't matchNikolay Aleksandrov 2017-03-13bridge: drop netfilter fake rtable unconditionallyFlorian Westphal 2017-02-14bridge: fdb: converge fdb searching functions into oneNikolay Aleksandrov 2017-02-07bridge: avoid unnecessary read of jiffiesstephen hemminger 2017-02-06bridge: fdb: write to used and updated at most once per jiffyNikolay Aleksandrov 2017-02-03bridge: vlan dst_metadata hooks in ingress and egress pathsRoopa Prabhu 2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2016-09-01net: bridge: change unicast boolean to exact pkt_typeNikolay Aleksandrov 2016-09-01net: bridge: don't increment tx_dropped in br_do_proxy_arpNikolay Aleksandrov 2016-08-26bridge: switchdev: Add forward mark support for stacked devicesIdo Schimmel 2016-07-25bridge: Fix incorrect re-injection of LLDP packetsIdo Schimmel 2016-07-16net: bridge: remove _deliver functions and consolidate forward codeNikolay Aleksandrov 2016-07-16net: bridge: drop skb2/skb0 variables and use a local_rcv booleanNikolay Aleksandrov 2016-07-16net: bridge: rearrange flood vs unicast receive pathsNikolay Aleksandrov 2016-07-16net: bridge: minor style adjustments in br_handle_frame_finishNikolay Aleksandrov 2016-07-09net: bridge: extend MLD/IGMP query statsNikolay Aleksandrov 2016-06-30net: bridge: add support for IGMP/MLD stats and export them via netlinkNikolay Aleksandrov 2016-06-10bridge: Fix incorrect re-injection of STP packetsIdo Schimmel 2016-03-14bridge: fix potential use-after-free when hook returns QUEUE or STOLEN verdictFlorian Westphal 2015-10-13bridge: vlan: use proper rcu for the vlgrp memberNikolay Aleksandrov 2015-10-01bridge: vlan: move pvid inside net_bridge_vlan_groupNikolay Aleksandrov 2015-09-29bridge: vlan: add per-vlan struct and move to rhashtablesNikolay Aleksandrov 2015-09-17netfilter: Pass net into okfnEric W. Biederman 2015-09-17netfilter: Pass struct net into the netfilter hooksEric W. Biederman 2015-09-17bridge: Add br_netif_receive_skb remove netif_receive_skb_skEric W. Biederman