index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
ipmr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: ipv4: ipmr: perform strict checks also for doit handlers
Jakub Kicinski
2019-01-19
1
-5
/
+56
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-12-20
1
-0
/
+4
|
\
|
*
ipv4: Fix potential Spectre v1 vulnerability
Gustavo A. R. Silva
2018-12-10
1
-0
/
+4
*
|
ipmr: Drop mfc_cache argument to ipmr_queue_xmit
David Ahern
2018-12-17
1
-5
/
+4
*
|
net: core: dev: Add extack argument to dev_open()
Petr Machata
2018-12-06
1
-2
/
+2
*
|
skbuff: Rename 'offload_mr_fwd_mark' to 'offload_l3_fwd_mark'
Ido Schimmel
2018-12-04
1
-1
/
+1
|
/
*
net: Don't return invalid table id error when dumping all families
David Ahern
2018-10-24
1
-0
/
+3
*
net: Enable kernel side filtering of route dumps
David Ahern
2018-10-16
1
-1
/
+1
*
net: Plumb support for filtering ipv4 and ipv6 multicast route dumps
David Ahern
2018-10-16
1
-3
/
+15
*
net: Add struct for fib dump filter
David Ahern
2018-10-16
1
-1
/
+5
*
rtnetlink: Update fib dumps for strict data checking
David Ahern
2018-10-08
1
-0
/
+7
*
rtnetlink: Update ipmr_rtm_dumplink for strict data checking
David Ahern
2018-10-08
1
-0
/
+32
*
net: ipmr: add support for passing full packet on wrong vif
Nikolay Aleksandrov
2018-07-13
1
-5
/
+16
*
rhashtable: split rhashtable.h
NeilBrown
2018-06-22
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2018-06-06
1
-1
/
+2
|
\
|
*
net: fib_rules: add extack support
Roopa Prabhu
2018-04-23
1
-1
/
+2
*
|
proc: introduce proc_create_net{,_data}
Christoph Hellwig
2018-05-16
1
-28
/
+4
|
/
*
net: Drop pernet_operations::async
Kirill Tkhai
2018-03-27
1
-1
/
+0
*
ip6mr: Add refcounting to mfc
Yuval Mintz
2018-03-26
1
-4
/
+4
*
ipmr: Make ipmr_dump() common
Yuval Mintz
2018-03-26
1
-51
/
+2
*
ipmr: Make MFC fib notifiers common
Yuval Mintz
2018-03-26
1
-22
/
+4
*
ipmr: Make vif fib notifiers common
Yuval Mintz
2018-03-26
1
-26
/
+5
*
net: Revert "ipv4: fix a deadlock in ip_ra_control"
Kirill Tkhai
2018-03-22
1
-2
/
+9
*
ipmr, ip6mr: Unite dumproute flows
Yuval Mintz
2018-03-01
1
-122
/
+39
*
ipmr, ip6mr: Unite vif seq functions
Yuval Mintz
2018-03-01
1
-44
/
+5
*
ipmr, ip6mr: Unite mfc seq logic
Yuval Mintz
2018-03-01
1
-88
/
+5
*
ipmr, ip6mr: Unite logic for searching in MFC cache
Yuval Mintz
2018-03-01
1
-55
/
+16
*
ipmr, ip6mr: Make mfc_cache a common structure
Yuval Mintz
2018-03-01
1
-108
/
+125
*
ipmr, ip6mr: Unite creation of new mr_table
Yuval Mintz
2018-03-01
1
-17
/
+10
*
mroute*: Make mr_table a common struct
Yuval Mintz
2018-03-01
1
-2
/
+0
*
ipmr,ipmr6: Define a uniform vif_device
Yuval Mintz
2018-03-01
1
-17
/
+15
*
net: make kmem caches as __ro_after_init
Alexey Dobriyan
2018-02-26
1
-1
/
+2
*
net: Convert pernet_subsys, registered from inet_init()
Kirill Tkhai
2018-02-13
1
-0
/
+1
*
ipmr: Fix ptrdiff_t print formatting
James Hogan
2018-01-30
1
-1
/
+1
*
net: delete /proc THIS_MODULE references
Alexey Dobriyan
2018-01-16
1
-2
/
+0
*
treewide: setup_timer() -> timer_setup()
Kees Cook
2017-11-21
1
-5
/
+4
*
ipv4: mark expected switch fall-throughs
Gustavo A. R. Silva
2017-10-18
1
-0
/
+1
*
ipv4: ipmr: Don't forward packets already forwarded by hardware
Yotam Gigi
2017-10-03
1
-5
/
+32
*
ipv4: ipmr: Add the parent ID field to VIF struct
Yotam Gigi
2017-10-03
1
-0
/
+11
*
net: ipmr: make function ipmr_notifier_init static
Colin Ian King
2017-10-01
1
-1
/
+1
*
net: mroute: Check if rule is a default rule
Yotam Gigi
2017-09-27
1
-0
/
+12
*
net: ipmr: Add MFC offload indication
Yotam Gigi
2017-09-27
1
-0
/
+3
*
ipmr: Send FIB notifications on MFC and VIF entries
Yotam Gigi
2017-09-27
1
-0
/
+53
*
ipmr: Add FIB notification access functions
Yotam Gigi
2017-09-27
1
-2
/
+135
*
ipmr: Add reference count to MFC entries
Yotam Gigi
2017-09-27
1
-3
/
+5
*
rtnetlink: make rtnl_register accept a flags parameter
Florian Westphal
2017-08-09
1
-4
/
+4
*
net: ipmr: ipmr_get_table() returns NULL
Dan Carpenter
2017-07-12
1
-2
/
+2
*
net: ipmr: Add ipmr_rtm_getroute
Donald Sharp
2017-06-29
1
-1
/
+62
*
ipmr: add netlink notifications on igmpmsg cache reports
Julien Gomes
2017-06-21
1
-2
/
+67
*
networking: make skb_pull & friends return void pointers
Johannes Berg
2017-06-16
1
-2
/
+4
[next]