index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
core
/
addr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-18
Merge branch 'k.o/for-4.13-rc' into k.o/for-next
Doug Ledford
1
-14
/
+48
2017-08-10
RDMA/netlink: Convert LS to doit callback
Leon Romanovsky
1
-3
/
+2
2017-08-10
RDMA/netlink: Simplify and rename ibnl_chk_listeners
Leon Romanovsky
1
-1
/
+1
2017-08-10
RDMA/netlink: Rename and remove redundant parameter from ibnl_multicast
Leon Romanovsky
1
-1
/
+1
2017-08-10
RDMA/netlink: Add flag to consolidate common handling
Leon Romanovsky
1
-2
/
+1
2017-08-04
IB/core: Fix race condition in resolving IP to MAC
Parav Pandit
1
-14
/
+48
2017-07-17
IB/core: Don't resolve IP address to the loopback device
Moni Shoua
1
-11
/
+29
2017-07-17
IB/core: Namespace is mandatory input for address resolution
Moni Shoua
1
-1
/
+5
2017-06-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-9
/
+1
2017-06-16
networking: make skb_put & friends return void pointers
Johannes Berg
1
-2
/
+1
2017-06-07
IB/addr: Fix setting source address in addr6_resolve()
Roland Dreier
1
-9
/
+1
2017-05-02
infiniband: avoid dereferencing uninitialized dst on error path
Paolo Abeni
1
-1
/
+1
2017-04-28
infiniband: call ipv6 route lookup via the stub interface
Paolo Abeni
1
-2
/
+2
2017-04-13
netlink: pass extended ACK struct to parsing functions
Johannes Berg
1
-1
/
+1
2016-11-17
IB/core: Add missing check for addr_resolve callback return value
Mark Bloch
1
-2
/
+9
2016-10-07
IB/addr: Remove deprecated create_singlethread_workqueue
Bhaktipriya Shridhar
1
-1
/
+1
2016-05-24
IB/core: Add IP to GID netlink offload
Mark Bloch
1
-24
/
+193
2016-05-24
IB/core: Integrate IB address resolution module into core
Leon Romanovsky
1
-9
/
+2
2016-01-19
IB/core: Use hop-limit from IP stack for RoCE
Matan Barak
1
-1
/
+8
2016-01-19
IB/core: Rename rdma_addr_find_dmac_by_grh
Matan Barak
1
-3
/
+4
2016-01-19
IB/core: Fix dereference before check
Matan Barak
1
-4
/
+5
2015-12-23
IB/core: Validate route when we init ah
Matan Barak
1
-51
/
+124
2015-12-23
IB/core: Add rdma_network_type to wc
Somnath Kotur
1
-0
/
+14
2015-10-28
IB/addr: Pass network namespace as a parameter
Guy Shapiro
1
-8
/
+9
2015-10-22
IB/core: Use GID table in AH creation and dmac resolution
Matan Barak
1
-1
/
+2
2015-06-02
IB/core cleanup: Add const to args - agent_send_response
Ira Weiny
1
-2
/
+2
2015-05-05
IB/core: change rdma_gid2ip into void function as it always return zero
Honggang LI
1
-10
/
+3
2014-12-16
IB/addr: Improve address resolution callback scheduling
Or Kehati
1
-2
/
+2
2014-01-15
IB/core: Ethernet L2 attributes in verbs/cm structures
Matan Barak
1
-3
/
+94
2013-06-21
IB/addr: Add AF_IB support to ip_addr_size
Sean Hefty
1
-2
/
+18
2012-08-14
workqueue: use mod_delayed_work() instead of cancel + queue
Tejun Heo
1
-3
/
+1
2012-07-09
IB: Use IS_ENABLED(CONFIG_IPV6)
Roland Dreier
1
-2
/
+2
2012-01-26
infiniband: Convert dst_fetch_ha() over to dst_neigh_lookup().
David Miller
1
-5
/
+9
2011-12-06
infiniband: addr: Consolidate code to fetch neighbour hardware address from dst.
David Miller
1
-26
/
+21
2011-12-06
net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.
David Miller
1
-2
/
+2
2011-12-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+6
2011-11-30
IB: Fix RCU lockdep splats
Eric Dumazet
1
-3
/
+6
2011-11-23
net: remove ipv6_addr_copy()
Alexey Dobriyan
1
-3
/
+3
2011-11-01
infiniband: Fix up module files that need to include module.h
Paul Gortmaker
1
-0
/
+1
2011-07-18
net: Abstract dst->neighbour accesses behind helpers.
David S. Miller
1
-3
/
+4
2011-05-11
infiniband: Remove rt->rt_src usage in addr4_resolve()
David S. Miller
1
-2
/
+7
2011-03-18
RDMA/addr: Fix return of uninitialized ret value
Sean Hefty
1
-1
/
+1
2011-03-13
ipv6: Convert to use flowi6 where applicable.
David S. Miller
1
-9
/
+9
2011-03-13
net: Put flowi_* prefix on AF independent members of struct flowi
David S. Miller
1
-1
/
+1
2011-03-13
ipv4: Create and use route lookup helpers.
David S. Miller
1
-7
/
+1
2011-03-03
ipv4: Make output route lookup return rtable directly.
David S. Miller
1
-3
/
+4
2010-11-24
infiniband: remove dev_base_lock use
Eric Dumazet
1
-3
/
+3
2010-11-11
net: get rid of rtable->idev
Eric Dumazet
1
-4
/
+4
2010-06-11
net-next: remove useless union keyword
Changli Gao
1
-1
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
[next]