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
/
ipconfig.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
networking: convert many more places to skb_put_zero()
Johannes Berg
2017-06-16
1
-2
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-04-06
1
-1
/
+1
|
\
|
*
net: ipconfig: fix ic_close_devs() use-after-free
Mark Rutland
2017-03-27
1
-1
/
+1
*
|
net: break include loop netdevice.h, dsa.h, devlink.h
Andrew Lunn
2017-03-28
1
-0
/
+1
|
/
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
net: ipconfig: Fix NULL pointer dereference on RARP/BOOTP/DHCP timeout
Geert Uytterhoeven
2016-08-22
1
-1
/
+1
*
net: ipconfig: Fix more use after free
Thierry Reding
2016-08-17
1
-3
/
+5
*
net: ipconfig: fix use after free
Uwe Kleine-König
2016-08-10
1
-8
/
+9
*
net: ipconfig: drop inter-device timeout
Uwe Kleine-König
2016-08-08
1
-4
/
+5
*
net: ipconfig: Support using "delayed" DHCP replies
Uwe Kleine-König
2016-08-08
1
-19
/
+10
*
net: ipconfig: Add device name to debug messages
Uwe Kleine-König
2016-08-08
1
-6
/
+6
*
ipconfig: Protect ic_addrservaddr with IPCONFIG_DYNAMIC.
David S. Miller
2016-06-11
1
-0
/
+2
*
net: ipconfig: avoid warning by making ic_addrservaddr static
Ben Dooks
2016-06-10
1
-1
/
+1
*
ipv4: ipconfig: avoid unused ic_proto_used symbol
Arnd Bergmann
2016-01-29
1
-0
/
+4
*
net/ipv4/ipconfig: Rejoin broken lines in console output
Geert Uytterhoeven
2015-11-24
1
-10
/
+9
*
net ipv4: use preferred log methods
Bastian Stender
2015-11-18
1
-44
/
+29
*
ipconfig: send Client-identifier in DHCP requests
Li RongQing
2015-10-18
1
-1
/
+31
*
net: ipv4: increase dhcp inter device timeout
Mugunthan V N
2015-08-12
1
-1
/
+1
*
ipv4: coding style: comparison for equality with NULL
Ian Morris
2015-04-03
1
-2
/
+4
*
net: ipv4: handle DSA enabled master network devices
Florian Fainelli
2015-01-19
1
-3
/
+3
*
ipv4: remove 0/NULL assignment on static
Fabian Frederick
2014-11-04
1
-8
/
+8
*
ipv4: remove set but unused variable sha
Fabian Frederick
2014-10-27
1
-2
/
+1
*
ipconfig: Use time_before
Himangi Saraogi
2014-08-22
1
-1
/
+2
*
ipconfig: Only bootp paths should reference ic_dev_xid.
David S. Miller
2014-07-09
1
-1
/
+1
*
ipconfig: move ic_dev_xid under IPCONFIG_BOOTP
Fabian Frederick
2014-07-09
1
-2
/
+1
*
ipconfig: add static to local variable
Fabian Frederick
2014-07-08
1
-1
/
+1
*
ipv4: ipconfig.c: add parentheses in an if statement
FX Le Bail
2014-02-14
1
-1
/
+1
*
ipconfig: add informative timeout messages while waiting for carrier
Paul Gortmaker
2013-04-02
1
-1
/
+12
*
ipconfig: Fix newline handling in log message.
Martin Fuzzey
2013-03-20
1
-1
/
+2
*
net: proc: change proc_net_fops_create to proc_create
Gao feng
2013-02-18
1
-1
/
+1
*
net/ipv4/ipconfig: really display the BOOTP/DHCP server's address.
Philippe De Muyter
2013-01-04
1
-2
/
+6
*
net/ipv4/ipconfig: add device address to a KERN_INFO message
Claudio Fontana
2012-10-31
1
-2
/
+4
*
ipconfig: fix trivial build error
Andy Shevchenko
2012-09-25
1
-11
/
+11
*
ipconfig: add nameserver IPs to kernel-parameter ip=
Christoph Fritz
2012-09-21
1
-3
/
+36
*
net/ipv4/ipconfig: neaten __setup placement
Eldad Zack
2012-05-20
1
-3
/
+2
*
net: delete all instances of special processing for token ring
Paul Gortmaker
2012-05-15
1
-2
/
+0
*
net: Convert net_ratelimit uses to net_<level>_ratelimited
Joe Perches
2012-05-15
1
-7
/
+4
*
net: cleanup unsigned to unsigned int
Eric Dumazet
2012-04-15
1
-1
/
+1
*
net: Convert printks to pr_<level>
Joe Perches
2012-03-11
1
-55
/
+55
*
net: fix some sparse errors
Eric Dumazet
2012-01-17
1
-4
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2011-12-23
1
-0
/
+4
|
\
|
*
net: have ipconfig not wait if no dev is available
Gerlando Falauto
2011-12-20
1
-0
/
+4
*
|
ipv4: Remove all uses of LL_ALLOCATED_SPACE
Herbert Xu
2011-11-18
1
-2
/
+4
*
|
ipv4: fix a memory leak in ic_bootp_send_if
RongQing.Li
2011-11-14
1
-2
/
+7
|
/
*
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
ipconfig: Reduce switch/case indent
Joe Perches
2011-07-01
1
-35
/
+38
*
ip: introduce ip_is_fragment helper inline function
Paul Gortmaker
2011-06-21
1
-1
/
+1
*
ipconfig wait for carrier
Micha Nelissen
2011-05-19
1
-13
/
+22
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-1
/
+1
[next]