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
/
devinet.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
netlink: make validation more configurable for future strictness
Johannes Berg
2019-04-27
1
-12
/
+15
*
net: ignore sysctl_devconf_inherit_init_net without SYSCTL
Arnd Bergmann
2019-03-04
1
-1
/
+3
*
net: introduce a knob to control whether to inherit devconf config
Cong Wang
2019-01-22
1
-23
/
+20
*
net: ipv4: netconf: perform strict checks also for doit handlers
Jakub Kicinski
2019-01-19
1
-4
/
+39
*
netlink: fixup regression in RTM_GETADDR
Arthur Gautier
2019-01-04
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-12-20
1
-2
/
+3
|
\
|
*
net: Allow class-e address assignment via ifconfig ioctl
Dave Taht
2018-12-14
1
-2
/
+3
*
|
net: core: dev: Add extack argument to dev_change_flags()
Petr Machata
2018-12-06
1
-1
/
+1
|
/
*
net/{ipv4,ipv6}: Do not put target net if input nsid is invalid
Bjørn Mork
2018-10-25
1
-0
/
+1
*
net/ipv4: Put target net when address dump fails due to bad attributes
David Ahern
2018-10-24
1
-5
/
+8
*
net/ipv4: Add support for dumping addresses for a specific device
David Ahern
2018-10-22
1
-5
/
+23
*
net/ipv4: Move loop over addresses on a device into in_dev_dump_addr
David Ahern
2018-10-22
1
-15
/
+34
*
net: Update netconf dump handlers for strict data checking
David Ahern
2018-10-08
1
-3
/
+19
*
net/ipv4: Update inet_dump_ifaddr for strict data checking
David Ahern
2018-10-08
1
-11
/
+61
*
net: Add extack to nlmsg_parse
David Ahern
2018-10-08
1
-4
/
+5
*
ipv4: add inet_fill_args
Christian Brauner
2018-09-05
1
-15
/
+33
*
ipv4: enable IFA_TARGET_NETNSID for RTM_GETADDR
Christian Brauner
2018-09-05
1
-8
/
+30
*
route: add support for directed broadcast forwarding
Xin Long
2018-07-29
1
-0
/
+11
*
net/ipv4: Add support for specifying metric of connected routes
David Ahern
2018-05-29
1
-0
/
+15
*
ipv4: Get the address of interface correctly.
Tonghao Zhang
2018-01-29
1
-0
/
+4
*
devinet_ioctl(): take copyin/copyout to caller
Al Viro
2018-01-24
1
-26
/
+15
*
net: separate SIOCGIFCONF handling from dev_ioctl()
Al Viro
2018-01-24
1
-7
/
+9
*
ipv4: igmp: guard against silly MTU values
Eric Dumazet
2017-12-13
1
-1
/
+1
*
net: Add extack to validator_info structs used for address notifier
David Ahern
2017-10-20
1
-3
/
+5
*
ipv4: mark expected switch fall-throughs
Gustavo A. R. Silva
2017-10-18
1
-0
/
+1
*
net: core: rcu-ify rtnl af_ops
Florian Westphal
2017-10-16
1
-2
/
+2
*
net: avoid a full fib lookup when rp_filter is disabled.
Paolo Abeni
2017-09-21
1
-12
/
+18
*
rtnetlink: make rtnl_register accept a flags parameter
Florian Westphal
2017-08-09
1
-4
/
+4
*
net: convert in_device.refcnt from atomic_t to refcount_t
Reshetova, Elena
2017-07-01
1
-1
/
+1
*
Ipvlan should return an error when an address is already in use.
Krister Johansen
2017-06-09
1
-0
/
+33
*
net: rtnetlink: plumb extended ack to doit function
David Ahern
2017-04-17
1
-5
/
+8
*
netlink: pass extended ACK struct to parsing functions
Johannes Berg
2017-04-13
1
-5
/
+7
*
net: devinet: Add support for RTM_DELNETCONF
David Ahern
2017-03-28
1
-11
/
+21
*
net: devinet: Refactor inet_netconf_notify_devconf to take event
David Ahern
2017-03-28
1
-12
/
+20
*
net: Eliminate duplicated codes by creating one new function in_dev_select_addr
Gao Feng
2017-03-12
1
-14
/
+18
*
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
net: ipv4: remove fib_lookup.h from devinet.c include list
David Ahern
2017-02-02
1
-2
/
+0
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
netconf: add a notif when settings are created
Nicolas Dichtel
2016-09-01
1
-4
/
+7
*
ipv4: do not abuse GFP_ATOMIC in inet_netconf_notify_devconf()
Eric Dumazet
2016-07-09
1
-6
/
+6
*
ipv4: Don't do expensive useless work during inetdev destroy.
David S. Miller
2016-03-13
1
-0
/
+4
*
netconf: add macro to represent all attributes
Zhang Shengju
2016-03-13
1
-17
/
+23
*
net: l3mdev: prefer VRF master for source address selection
David Lamparter
2016-02-26
1
-0
/
+17
*
net: l3mdev: address selection should only consider devices in L3 domain
David Ahern
2016-02-26
1
-0
/
+5
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-02-23
1
-1
/
+1
|
\
|
*
rtnl: RTM_GETNETCONF: fix wrong return value
Anton Protopopov
2016-02-19
1
-1
/
+1
*
|
ipv4: add option to drop gratuitous ARP packets
Johannes Berg
2016-02-11
1
-0
/
+2
*
|
ipv4: add option to drop unicast encapsulated in L2 multicast
Johannes Berg
2016-02-11
1
-0
/
+2
|
/
*
netlink: Rightsize IFLA_AF_SPEC size calculation
Arad, Ronen
2015-10-21
1
-2
/
+2
*
rtnetlink: RTEXT_FILTER_SKIP_STATS support to avoid dumping inet/inet6 stats
Sowmini Varadhan
2015-09-15
1
-1
/
+2
[next]