index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
devinet.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: clean up net/ipv4/devinet.c
Jianjun Kong
2008-11-03
1
-5
/
+5
*
net: don't use INIT_RCU_HEAD
Alexey Dobriyan
2008-10-28
1
-8
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2008-10-17
1
-2
/
+0
|
\
|
*
net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)
Johannes Berg
2008-10-16
1
-2
/
+0
*
|
sysctl: simplify ->strategy
Alexey Dobriyan
2008-10-16
1
-4
/
+3
|
/
*
ipv: Re-enable IP when MTU > 68
Breno Leitao
2008-09-02
1
-3
/
+12
*
net: convert BUG_TRAP to generic WARN_ON
Ilpo Järvinen
2008-07-25
1
-3
/
+3
*
netns: add namespace parameter to rt_cache_flush
Denis V. Lunev
2008-07-05
1
-3
/
+5
*
net: Disable LRO on devices that are forwarding
Ben Hutchings
2008-06-19
1
-5
/
+16
*
net: remove CVS keywords
Adrian Bunk
2008-06-11
1
-2
/
+0
*
ipv4 addr: Send netlink notification for address label changes
Thomas Graf
2008-06-10
1
-1
/
+3
*
route: Remove unused ifa_anycast field
Thomas Graf
2008-06-03
1
-9
/
+0
*
[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
YOSHIFUJI Hideaki
2008-03-26
1
-3
/
+3
*
[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
YOSHIFUJI Hideaki
2008-03-26
1
-5
/
+5
*
[NETNS]: Process inet_select_addr inside a namespace.
Denis V. Lunev
2008-02-28
1
-1
/
+2
*
[NETNS]: Enable IPv4 address manipulations inside namespace.
Denis V. Lunev
2008-02-28
1
-9
/
+0
*
[NETNS]: Process devinet ioctl in the correct namespace.
Denis V. Lunev
2008-02-28
1
-3
/
+3
*
[NETNS]: Enable inetdev_event notifier.
Denis V. Lunev
2008-02-28
1
-3
/
+0
*
[IPV4]: Reset scope when changing address
Bjorn Mork
2008-02-26
1
-0
/
+1
*
[NETNS]: Process interface address manipulation routines in the namespace.
Denis V. Lunev
2008-01-31
1
-6
/
+8
*
[IPV4]: Small style cleanup of the error path in rtm_to_ifaddr.
Denis V. Lunev
2008-01-31
1
-13
/
+8
*
[IPV4]: Make struct ipv4_devconf static.
Adrian Bunk
2008-01-31
1
-1
/
+1
*
[NETNS]: Add netns parameter to inetdev_by_index.
Denis V. Lunev
2008-01-28
1
-3
/
+3
*
[NETNS]: Process inet_confirm_addr in the correct namespace.
Denis V. Lunev
2008-01-28
1
-2
/
+4
*
[IPV4]: Remove extra argument from arp_ignore.
Denis V. Lunev
2008-01-28
1
-11
/
+6
*
[NETNS]: Should build with CONFIG_SYSCTL=n
Eric Dumazet
2008-01-28
1
-7
/
+10
*
[IPV4] net/ipv4: Use ipv4_is_<type>
Joe Perches
2008-01-28
1
-2
/
+2
*
[IPV4]: Switch users of ipv4_devconf(_all) to use the pernet one
Pavel Emelyanov
2008-01-28
1
-3
/
+3
*
[IPV4]: Switch users of ipv4_devconf_dflt to use the pernet one
Pavel Emelyanov
2008-01-28
1
-7
/
+9
*
[IPV4]: Move the devinet pointers on the struct net
Pavel Emelyanov
2008-01-28
1
-9
/
+96
*
[IPV4]: Store the net pointer on devinet's ctl tables
Pavel Emelyanov
2008-01-28
1
-11
/
+18
*
[IPV4]: Make __devinet_sysctl_register return an error
Pavel Emelyanov
2008-01-28
1
-4
/
+4
*
[IPV4]: Cleanup sysctl manipulations in devinet.c
Pavel Emelyanov
2008-01-28
1
-30
/
+29
*
[INET]: Merge sys.net.ipv4.ip_forward and sys.net.ipv4.conf.all.forwarding
Pavel Emelyanov
2008-01-28
1
-22
/
+44
*
[IPV4]: Use ctl paths to register devinet sysctls
Pavel Emelyanov
2008-01-28
1
-49
/
+20
*
[IPV4]: Unify and cleanup calls to devinet_sysctl_register
Pavel Emelyanov
2008-01-28
1
-18
/
+16
*
[IPV4]: Cleanup the devinet_sysctl_register
Pavel Emelyanov
2008-01-28
1
-8
/
+9
*
[NET]: Make rtnetlink infrastructure network namespace aware (v3)
Denis V. Lunev
2008-01-28
1
-2
/
+2
*
[NET]: Modify all rtnetlink methods to only work in the initial namespace (v2)
Denis V. Lunev
2008-01-28
1
-0
/
+12
*
[INET]: Fix netdev renaming and inet address labels
Mark McLoughlin
2008-01-04
1
-1
/
+1
*
[IPV4]: Swap the ifa allocation with the"ipv4_devconf_setall" call
Pavel Emelyanov
2007-12-11
1
-2
/
+1
*
[IPV4]: When possible test for IFF_LOOPBACK and not dev == loopback_dev
Eric W. Biederman
2007-10-10
1
-2
/
+2
*
[IPV4]: Remove unnecessary test for the loopback device from inetdev_destroy
Eric W. Biederman
2007-10-10
1
-2
/
+0
*
[NET]: Dynamically allocate the loopback device, part 1.
Daniel Lezcano
2007-10-10
1
-3
/
+3
*
[NET]: Make the device list and device lookups per namespace.
Eric W. Biederman
2007-10-10
1
-9
/
+9
*
[NET]: Make device event notification network namespace safe
Eric W. Biederman
2007-10-10
1
-0
/
+3
*
[IPV4] devinet: show all addresses assigned to interface
Stephen Hemminger
2007-09-11
1
-1
/
+1
*
[IPV4/IPV6]: Fail registration if inet device construction fails
Herbert Xu
2007-07-31
1
-3
/
+2
*
[IPV4]: Do not remove idev when addresses are cleared
Herbert Xu
2007-06-08
1
-5
/
+1
*
[NETLINK]: Mark netlink policies const
Patrick McHardy
2007-06-07
1
-1
/
+1
[next]