index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-17
netfilter: xt_connlimit: honor conntrack zone if available
Florian Westphal
1
-11
/
+14
2014-11-13
netfilter: nfnetlink_log: remove unnecessary error messages
Pablo Neira Ayuso
1
-7
/
+2
2014-11-13
netfilter: fix various sparse warnings
Florian Westphal
8
-16
/
+20
2014-11-12
netfilter: nft_redir: fix sparse warnings
Pablo Neira Ayuso
1
-5
/
+6
2014-11-12
netfilter: fix unmet dependencies in NETFILTER_XT_TARGET_REDIRECT
Pablo Neira Ayuso
1
-2
/
+2
2014-11-09
netfilter: nft_meta: add cgroup support
Ana Rey
2
-0
/
+9
2014-11-04
netfilter: nf_log: fix sparse warning in nf_logger_find_get()
Pablo Neira Ayuso
1
-2
/
+1
2014-10-30
netfilter: fix spelling errors
stephen hemminger
2
-2
/
+2
2014-10-30
Merge branch 'ipvs-next'
Pablo Neira Ayuso
1
-1
/
+0
2014-10-30
netfilter: log: protect nf_log_register against double registering
Marcelo Leitner
4
-6
/
+46
2014-10-30
netfilter: nf_log: Introduce nft_log_dereference() macro
Marcelo Leitner
1
-12
/
+9
2014-10-28
ipvs: remove unnecessary assignment in __ip_vs_get_out_rt
Alex Gartrell
1
-1
/
+0
2014-10-27
netfilter: nf_tables: add new expression nft_redir
Arturo Borrero
11
-0
/
+319
2014-10-27
netfilter: refactor NAT redirect IPv6 code to use it from nf_tables
Arturo Borrero
6
-38
/
+93
2014-10-27
netfilter: refactor NAT redirect IPv4 to use it from nf_tables
Arturo Borrero
6
-42
/
+101
2014-10-27
ipx: remove __inline__ in c file on static
Fabian Frederick
1
-1
/
+1
2014-10-27
ipx: remove unnecessary casting on ntohl
Fabian Frederick
1
-2
/
+2
2014-10-27
ipx: move extern sysctl_ipx_pprop_broadcasting to header file
Fabian Frederick
2
-3
/
+4
2014-10-27
ipv6: include linux/uaccess.h instead of asm/uaccess.h
Fabian Frederick
1
-1
/
+1
2014-10-27
ipv6: replace min/casting by min_t
Fabian Frederick
1
-2
/
+2
2014-10-27
ipv4: remove set but unused variable sha
Fabian Frederick
1
-2
/
+1
2014-10-26
Merge branch 's390-next'
David S. Miller
8
-42
/
+35
2014-10-26
ctcm: replace sscanf by kstrto function
Thomas Richter
1
-4
/
+4
2014-10-26
lcs: replace sscanf by kstrto function
Thomas Richter
1
-5
/
+6
2014-10-26
qeth: s390 ethernet device driver dependency
Thomas Richter
1
-1
/
+1
2014-10-26
qeth: make local functions static in qeth_l3 module
Thomas Richter
2
-8
/
+4
2014-10-26
qeth: fix some trace formating issues
Thomas Richter
3
-5
/
+5
2014-10-26
qeth: qeth_core_main make local functions static
Thomas Richter
2
-19
/
+15
2014-10-26
xen-netfront: always keep the Rx ring full of requests
David Vrabel
1
-188
/
+59
2014-10-25
Merge branch 'sunvnet-napi'
David S. Miller
2
-97
/
+172
2014-10-25
sunvnet: Remove irqsave/irqrestore on vio.lock
Sowmini Varadhan
1
-25
/
+5
2014-10-25
sunvnet: Use RCU to synchronize port usage with vnet_port_remove()
Sowmini Varadhan
1
-29
/
+33
2014-10-25
sunvnet: NAPIfy sunvnet
Sowmini Varadhan
2
-44
/
+135
2014-10-24
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next
David S. Miller
9
-2163
/
+2246
2014-10-24
net: llc: include linux/errno.h instead of asm/errno.h
Fabian Frederick
1
-1
/
+1
2014-10-24
lapb: move EXPORT_SYMBOL after functions.
Fabian Frederick
1
-9
/
+8
2014-10-24
Merge branch 'berlin_ethernet'
David S. Miller
5
-148
/
+150
2014-10-24
net: pxa168_eth: Remove in-driver PHY mangling
Sebastian Hesselbarth
1
-126
/
+0
2014-10-24
net: pxa168_eth: Remove HW auto-negotiaion
Sebastian Hesselbarth
1
-15
/
+85
2014-10-24
net: pxa168_eth: Prepare proper libphy handling
Sebastian Hesselbarth
1
-15
/
+23
2014-10-24
net: pxa168_eth: Provide phy_interface mode on platform_data
Sebastian Hesselbarth
2
-0
/
+3
2014-10-24
phy: marvell: Add support for 88E3016 FastEthernet PHY
Sebastian Hesselbarth
2
-0
/
+47
2014-10-24
natsemi/macsonic: Remove superfluous interrupt disable/restore
Geert Uytterhoeven
1
-4
/
+0
2014-10-24
cirrus/mac89x0: Remove superfluous interrupt disable/restore
Geert Uytterhoeven
1
-6
/
+2
2014-10-24
net: typhoon: Remove redundant casts
Rasmus Villemoes
1
-2
/
+2
2014-10-24
Removed unused function sctp_addr_is_valid()
Sébastien Barré
1
-1
/
+0
2014-10-24
Merge branch 'ipv6_route'
David S. Miller
1
-41
/
+53
2014-10-24
ipv6: Avoid redoing fib6_lookup() with reachable = 0 by saving fn
Martin KaFai Lau
1
-14
/
+16
2014-10-24
ipv6: Avoid redoing fib6_lookup() for RTF_CACHE hit case
Martin KaFai Lau
1
-3
/
+3
2014-10-24
ipv6: Remove BACKTRACK macro
Martin KaFai Lau
1
-30
/
+40
[next]