Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
20bac1f3f470e2d5c87af7b41b10e088e47989bb
/
net
/
bridge
5a0d513
bridge: make port attributes const
by stephen hemminger
· 12 years ago
e390648
net: fix race condition in several drivers when reading stats
by Kevin Groeneveld
· 12 years ago
a6ff1a2
Merge branch 'nexthop_exceptions'
by David S. Miller
· 12 years ago
30fdd8a0
netpoll: move np->dev and np->dev_name init into __netpoll_setup()
by Jiri Pirko
· 12 years ago
6700c27
net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()
by David S. Miller
· 12 years ago
036be6d
bridge: Fix enforcement of multicast hash_max limit
by Thomas Graf
· 12 years ago
b587ee3
net: Add dummy dst_ops->redirect method where needed.
by David S. Miller
· 12 years ago
4715213
bridge: fix endian
by Li RongQing
· 12 years ago
f9d7516
br_netfilter: Convert to dst_neigh_lookup_skb().
by David S. Miller
· 12 years ago
f894cbf
net: Add optional SKB arg to dst_ops->neigh_lookup().
by David S. Miller
· 12 years ago
f7eadaf
netfilter: use kfree_skb() not kfree()
by Dan Carpenter
· 12 years ago
a31f2d1
netlink: add netlink_kernel_cfg parameter to netlink_kernel_create
by Pablo Neira Ayuso
· 12 years ago
b26d344
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
62566ca
netfilter: ebt_ulog: Move away from NLMSG_PUT().
by David S. Miller
· 12 years ago
149ddd8
bridge: Assign rtnl_link_ops to bridge devices created via ioctl (v2)
by stephen hemminger
· 12 years ago
aa740f4
netfilter: bridge: switch hook PFs to nfproto
by Alban Crequy
· 12 years ago
1de5a71
ipv6: correct the ipv6 option name - Pad0 to Pad1
by Eldad Zack
· 12 years ago
9a7b6ef9
bridge: Convert compare_ether_addr to ether_addr_equal
by Joe Perches
· 13 years ago
171fe5ef
bridge: netfilter: Convert compare_ether_addr to ether_addr_equal
by Joe Perches
· 13 years ago
4981682
netfilter: bridge: optionally set indev to vlan
by Pablo Neira Ayuso
· 13 years ago
0d6c4a2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
bb63f1f
bridge: Fix fatal typo in setup of multicast_querier_expired
by Herbert Xu
· 13 years ago
a881e96
set fake_rtable's dst to NULL to avoid kernel Oops
by Peter Huang (Peng)
· 13 years ago
ec8f23c
net: Convert all sysctl registrations to register_net_sysctl
by Eric W. Biederman
· 13 years ago
5dd3df1
net: Move all of the network sysctls without a namespace into init_net.
by Eric W. Biederman
· 13 years ago
7716202
net: add generic PF_BRIDGE:RTM_ FDB hooks
by John Fastabend
· 13 years ago
c5c2326
bridge: Add multicast_querier toggle and disable queries by default
by Herbert Xu
· 13 years ago
c83b8fa
bridge: Restart queries when last querier expires
by Herbert Xu
· 13 years ago
7485721
bridge: Add br_multicast_start_querier
by Herbert Xu
· 13 years ago
95c9617
net: cleanup unsigned to unsigned int
by Eric Dumazet
· 13 years ago
011e3c6
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
996304b
bridge: Do not send queries on multicast group leaves
by Herbert Xu
· 13 years ago
2eb812e
bridge: Stop using NLA_PUT*().
by David S. Miller
· 13 years ago
b2d3298
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
5200959
bridge: fix state reporting when port is disabled
by Paulius Zaleckas
· 13 years ago
d9e179e
bridge: br_log_state() s/entering/entered/
by Paulius Zaleckas
· 13 years ago
739e450
bridge: netfilter: don't call iptables on vlan packets if sysctl is off
by Florian Westphal
· 13 years ago
a157b9d
netfilter: bridge: fix wrong pointer dereference
by Pablo Neira Ayuso
· 13 years ago
848edc6
netfilter: ebtables: fix wrong name length while copying to user-space
by Santosh Nayak
· 13 years ago
f6a1ad4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
d1d81d4
bridge: check return value of ipv6_dev_get_saddr()
by Ulrich Weber
· 13 years ago
709e1b5
bridge: message age needs to increase, not decrease.
by Joakim Tjernlund
· 13 years ago
aaca735
bridge: Adjust min age inc for HZ > 256
by Joakim Tjernlund
· 13 years ago
b4017c5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
e899b11
netfilter: bridge: fix module autoload in compat case
by Florian Westphal
· 13 years ago
7ca1e11
br_device: unify return value of .ndo_set_mac_address if address is invalid
by Danny Kukawka
· 13 years ago
7ce5d22
net: use eth_hw_addr_random() and reset addr_assign_type
by Danny Kukawka
· 13 years ago
27a4293
bridge: BH already disabled in br_fdb_cleanup()
by Eric Dumazet
· 13 years ago
abb434c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
e688a60
net: introduce DST_NOPEER dst flag
by Eric Dumazet
· 13 years ago
a13861a
bridge: provide a mtu() method for fake_dst_ops
by Eric Dumazet
· 13 years ago
e6373c4
net:bridge: use IS_ENABLED
by Igor Maravić
· 13 years ago
dfd56b8
net: use IS_ENABLED(CONFIG_IPV6)
by Eric Dumazet
· 13 years ago
4359881
bridge: add local MAC address to forwarding table (v2)
by stephen hemminger
· 13 years ago
31e8a49c
bridge: rearrange fdb notifications (v2)
by stephen hemminger
· 13 years ago
f58ee4e
bridge: refactor fdb_notify
by stephen hemminger
· 13 years ago
2721745
net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.
by David Miller
· 13 years ago
75f2811
ipv6: Add fragment reporting to ipv6_skip_exthdr().
by Jesse Gross
· 13 years ago
b361311
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
b03b6dd
bridge: master device stuck in no-carrier state forever when in user-stp mode
by Vitalii Demianets
· 13 years ago
4e3fd7a
net: remove ipv6_addr_copy()
by Alexey Dobriyan
· 13 years ago
efd0bf9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
34324dc
net: remove NETIF_F_NO_CSUM feature bit
by Michał Mirosław
· 13 years ago
c8f44af
net: introduce and use netdev_features_t for device features sets
by Michał Mirosław
· 13 years ago
fa2da8c
bridge: correct IPv6 checksum after pull
by stephen hemminger
· 13 years ago
292d139
bridge: add NTF_USE support
by stephen hemminger
· 13 years ago
ef5e0d8
bridge: Fix potential deadlock on br->multicast_lock
by Andrey Vagin
· 13 years ago
32aaeff
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
0a9ee81
netfilter: Remove unnecessary OOM logging messages
by Joe Perches
· 13 years ago
79bb1ee
net: fix implicit kmod.h usage in bridge/br_stp_if.c
by Paul Gortmaker
· 13 years ago
bc3b2d7
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
by Paul Gortmaker
· 13 years ago
1805b2f
Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
1ce5cce
bridge: fix hang on removal of bridge via netlink
by stephen hemminger
· 13 years ago
88c5100
Merge branch 'master' of github.com:davem330/net
by David S. Miller
· 13 years ago
515853c
bridge: allow forwarding some link local frames
by stephen hemminger
· 13 years ago
b64b73d
bridge: leave carrier on for empty bridge
by stephen hemminger
· 13 years ago
64af1ba
bridge: allow updating existing fdb entries
by stephen hemminger
· 13 years ago
77f9859
bridge: fix ordering of NEWLINK and NEWNEIGH events
by stephen hemminger
· 13 years ago
8decf86
Merge branch 'master' of github.com:davem330/net
by David S. Miller
· 13 years ago
4bc71cb
net: consolidate and fix ethtool_ops->get_settings calling
by Jiri Pirko
· 13 years ago
fa3df92
br: remove redundant check and init
by Jiri Pirko
· 13 years ago
7858241
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6
by David S. Miller
· 13 years ago
22df133
bridge: fix a possible use after free
by Eric Dumazet
· 13 years ago
4b275d7
bridge: Pseudo-header required for the checksum of ICMPv6
by Yan, Zheng
· 13 years ago
11f3a6b
bridge: fix a possible net_device leak
by Eric Dumazet
· 13 years ago
823dcd2
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
afc4b13
net: remove use of ndo_set_multicast_list in drivers
by Jiri Pirko
· 13 years ago
5189054
net/bridge/netfilter/ebtables.c: use available error handling code
by Julia Lawall
· 13 years ago
9be6dd6
Bridge: Always send NETDEV_CHANGEADDR up on br MAC change.
by Andrei Warkentin
· 13 years ago
a9b3cd7
rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER
by Stephen Hemminger
· 13 years ago
9823d9f
netfilter: ebtables: fix ebtables build dependency
by Bart De Schuymer
· 13 years ago
60063497
atomic: use <linux/atomic.h>
by Arun Sharma
· 13 years ago
d3ec484
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
160d73b
bridge: minor cleanups
by stephen hemminger
· 13 years ago
4ecb961
bridge: add notification over netlink when STP changes state
by stephen hemminger
· 13 years ago
56139fc
bridge: notifier called with the wrong device
by stephen hemminger
· 13 years ago
0652cac
bridge: ignore bogus STP config packets
by stephen hemminger
· 13 years ago
0c03150
bridge: send proper message_age in config BPDU
by stephen hemminger
· 13 years ago
f0da7ee
net, netfilter: Remove redundant goto in ebt_ulog_packet
by Jesper Juhl
· 13 years ago
d3aaeb3
net: Add ->neigh_lookup() operation to dst_ops
by David S. Miller
· 13 years ago
Next »