Age | Commit message (Expand) | Author | Files | Lines |
2012-10-02 | netlink: add attributes to fdb interface | stephen hemminger | 1 | -1/+1 |
2012-09-20 | netdev: make address const in device address management | stephen hemminger | 1 | -2/+2 |
2012-08-15 | netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup() | Amerigo Wang | 1 | -2/+2 |
2012-06-27 | bridge: Assign rtnl_link_ops to bridge devices created via ioctl (v2) | stephen hemminger | 1 | -0/+1 |
2012-04-15 | net: add generic PF_BRIDGE:RTM_ FDB hooks | John Fastabend | 1 | -3/+12 |
2012-04-15 | bridge: Add multicast_querier toggle and disable queries by default | Herbert Xu | 1 | -0/+2 |
2012-04-11 | bridge: Do not send queries on multicast group leaves | Herbert Xu | 1 | -4/+0 |
2011-12-17 | net:bridge: use IS_ENABLED | Igor Maravić | 1 | -1/+1 |
2011-12-12 | net: use IS_ENABLED(CONFIG_IPV6) | Eric Dumazet | 1 | -1/+1 |
2011-12-09 | bridge: add local MAC address to forwarding table (v2) | stephen hemminger | 1 | -0/+1 |
2011-11-17 | net: introduce and use netdev_features_t for device features sets | Michał Mirosław | 1 | -1/+2 |
2011-10-25 | Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
2011-10-19 | bridge: fix hang on removal of bridge via netlink | stephen hemminger | 1 | -0/+1 |
2011-10-06 | bridge: allow forwarding some link local frames | stephen hemminger | 1 | -0/+7 |
2011-07-23 | bridge: send proper message_age in config BPDU | stephen hemminger | 1 | -0/+1 |
2011-04-29 | bridge: convert br_features_recompute() to ndo_fix_features | Michał Mirosław | 1 | -2/+1 |
2011-04-05 | bridge: range check STP parameters | stephen hemminger | 1 | -4/+9 |
2011-04-05 | bridge: allow creating/deleting fdb entries via netlink | stephen hemminger | 1 | -0/+2 |
2011-04-05 | bridge: add netlink notification on forward entry changes | stephen hemminger | 1 | -0/+1 |
2011-04-05 | bridge: track last used time in forwarding table | stephen hemminger | 1 | -1/+2 |
2011-03-28 | bridge: notify applications if address of bridge device changes | stephen hemminger | 1 | -1/+1 |
2011-03-16 | net: introduce rx_handler results and logic around that | Jiri Pirko | 1 | -1/+1 |
2011-02-20 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -2/+1 |
2011-02-12 | bridge: Replace mp->mglist hlist with a bool | Herbert Xu | 1 | -2/+1 |
2011-01-25 | net: change netdev->features to u32 | Michał Mirosław | 1 | -1/+1 |
2010-11-15 | bridge: add RCU annotations to bridge port lookup | Eric Dumazet | 1 | -2/+3 |
2010-11-15 | bridge: fix RCU races with bridge port | stephen hemminger | 1 | -3/+11 |
2010-11-15 | bridge: add RCU annotation to bridge multicast table | Eric Dumazet | 1 | -3/+3 |
2010-07-03 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 1 | -0/+3 |
2010-07-02 | bridge: add per bridge device controls for invoking iptables | Patrick McHardy | 1 | -0/+3 |
2010-06-24 | bridge: 64bit rx/tx counters | Eric Dumazet | 1 | -4/+6 |
2010-06-16 | bridge: Add const to dummy br_netpoll_send_skb | Herbert Xu | 1 | -1/+1 |
2010-06-15 | bridge: use rx_handler_data pointer to store net_bridge_port pointer | Jiri Pirko | 1 | -0/+5 |
2010-06-15 | bridge: Fix netpoll support | Herbert Xu | 1 | -8/+38 |
2010-06-02 | net: replace hooks in __netif_receive_skb V5 | Jiri Pirko | 1 | -2/+1 |
2010-05-16 | bridge: update sysfs link names if port device names have changed | Simon Arlott | 1 | -0/+6 |
2010-05-16 | bridge: change console message interface | stephen hemminger | 1 | -0/+15 |
2010-05-16 | bridge: netpoll cleanup | stephen hemminger | 1 | -2/+12 |
2010-05-06 | bridge: make bridge support netpoll | WANG Cong | 1 | -0/+2 |
2010-04-23 | bridge br_multicast: IPv6 MLD support. | YOSHIFUJI Hideaki | 1 | -0/+3 |
2010-04-23 | bridge br_multicast: Make functions less ipv4 dependent. | YOSHIFUJI Hideaki | 1 | -2/+10 |
2010-04-21 | net: Fix various endianness glitches | Eric Dumazet | 1 | -7/+8 |
2010-03-17 | bridge: per-cpu packet statistics (v3) | stephen hemminger | 1 | -0/+8 |
2010-03-17 | bridge br_multicast: Don't refer to BR_INPUT_SKB_CB(skb)->mrouters_only witho... | YOSHIFUJI Hideaki / 吉藤英明 | 1 | -0/+8 |
2010-03-16 | bridge: Fix br_forward crash in promiscuous mode | Michael Braun | 1 | -1/+1 |
2010-03-08 | Driver core: Constify struct sysfs_ops in struct kobj_type | Emese Revfy | 1 | -1/+1 |
2010-03-02 | bridge: Fix build error when IGMP_SNOOPING is not enabled | Sridhar Samudrala | 1 | -5/+9 |
2010-02-28 | bridge: Add hash elasticity/max sysfs entries | Herbert Xu | 1 | -0/+1 |
2010-02-28 | bridge: Add multicast_snooping sysfs toggle | Herbert Xu | 1 | -0/+1 |
2010-02-28 | bridge: Add multicast_router sysfs entries | Herbert Xu | 1 | -0/+3 |