summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ipmr.c
Commit message (Expand)AuthorAgeFilesLines
...
* ipmr, ip6mr: Unite mfc seq logicYuval Mintz2018-03-011-88/+5
* ipmr, ip6mr: Unite logic for searching in MFC cacheYuval Mintz2018-03-011-55/+16
* ipmr, ip6mr: Make mfc_cache a common structureYuval Mintz2018-03-011-108/+125
* ipmr, ip6mr: Unite creation of new mr_tableYuval Mintz2018-03-011-17/+10
* mroute*: Make mr_table a common structYuval Mintz2018-03-011-2/+0
* ipmr,ipmr6: Define a uniform vif_deviceYuval Mintz2018-03-011-17/+15
* net: make kmem caches as __ro_after_initAlexey Dobriyan2018-02-261-1/+2
* net: Convert pernet_subsys, registered from inet_init()Kirill Tkhai2018-02-131-0/+1
* ipmr: Fix ptrdiff_t print formattingJames Hogan2018-01-301-1/+1
* net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-161-2/+0
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-5/+4
* ipv4: mark expected switch fall-throughsGustavo A. R. Silva2017-10-181-0/+1
* ipv4: ipmr: Don't forward packets already forwarded by hardwareYotam Gigi2017-10-031-5/+32
* ipv4: ipmr: Add the parent ID field to VIF structYotam Gigi2017-10-031-0/+11
* net: ipmr: make function ipmr_notifier_init staticColin Ian King2017-10-011-1/+1
* net: mroute: Check if rule is a default ruleYotam Gigi2017-09-271-0/+12
* net: ipmr: Add MFC offload indicationYotam Gigi2017-09-271-0/+3
* ipmr: Send FIB notifications on MFC and VIF entriesYotam Gigi2017-09-271-0/+53
* ipmr: Add FIB notification access functionsYotam Gigi2017-09-271-2/+135
* ipmr: Add reference count to MFC entriesYotam Gigi2017-09-271-3/+5
* rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal2017-08-091-4/+4
* net: ipmr: ipmr_get_table() returns NULLDan Carpenter2017-07-121-2/+2
* net: ipmr: Add ipmr_rtm_getrouteDonald Sharp2017-06-291-1/+62
* ipmr: add netlink notifications on igmpmsg cache reportsJulien Gomes2017-06-211-2/+67
* networking: make skb_pull & friends return void pointersJohannes Berg2017-06-161-2/+4
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-151-18/+16
|\
| * net: ipmr: Fix some mroute forwarding issues in vrf'sDonald Sharp2017-06-111-17/+15
| * net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-071-1/+1
* | net: ipmr: add getlink supportNikolay Aleksandrov2017-06-081-0/+126
|/
* ipmr: vrf: Find VIFs using the actual deviceThomas Winter2017-05-161-2/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-201-9/+2
|\
| * ipv4: fix a deadlock in ip_ra_controlWANG Cong2017-04-171-9/+2
* | net: rtnetlink: plumb extended ack to doit functionDavid Ahern2017-04-171-4/+6
* | netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-1/+2
* | net: devinet: Refactor inet_netconf_notify_devconf to take eventDavid Ahern2017-03-281-5/+7
|/
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-271-1/+1
* ipmr: improve hash scalabilityNikolay Aleksandrov2017-01-121-115/+140
* net: ipmr: Remove nowait arg to ipmr_get_routeDavid Ahern2017-01-081-6/+1
* ipmr, ip6mr: add RTNH_F_UNRESOLVED flag to unresolved cache entriesNikolay Aleksandrov2017-01-031-1/+3
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-151-1/+1
|\
| * ipv4: allow local fragmentation in ip_finish_output_gso()Lance Richardson2016-11-031-1/+1
* | net: Enable support for VRF with ipv4 multicastDavid Ahern2016-11-011-1/+12
* | net: pim: add all RFC7761 message typesNikolay Aleksandrov2016-10-311-1/+1
|/
* ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov2016-09-251-1/+2
* ipmr, ip6mr: return lastuse relative to nowNikolay Aleksandrov2016-09-211-2/+5
* net: ipmr/ip6mr: update lastuse on entry changeNikolay Aleksandrov2016-07-261-1/+1
* net/ipv4: Introduce IPSKB_FRAG_SEGS bit to inet_skb_parm.flagsShmulik Ladkani2016-07-191-1/+1
* net: ipmr/ip6mr: add support for keeping an entry ageNikolay Aleksandrov2016-07-161-4/+9