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
Commit message (
Expand
)
Author
Age
Files
Lines
*
8021q: Use netif_copy_real_num_queues() to set queue counts
Ben Hutchings
2010-09-27
1
-1
/
+1
*
net: Allow changing number of RX queues after device allocation
Ben Hutchings
2010-09-27
3
-18
/
+63
*
net: sk_{detach|attach}_filter() rcu fixes
Eric Dumazet
2010-09-27
1
-6
/
+4
*
fib: use atomic_inc_not_zero() in fib_rules_lookup
Eric Dumazet
2010-09-27
1
-3
/
+5
*
sit: percpu stats accounting
Eric Dumazet
2010-09-27
1
-18
/
+64
*
ipip: percpu stats accounting
Eric Dumazet
2010-09-27
1
-34
/
+93
*
ip_gre: percpu stats accounting
Eric Dumazet
2010-09-27
1
-39
/
+104
*
vlan: use this_cpu_ptr() in vlan_skb_recv()
Eric Dumazet
2010-09-27
1
-2
/
+2
*
Phonet: Implement Pipe Controller to support Nokia Slim Modems
Kumar Sanghvi
2010-09-27
2
-6
/
+453
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-09-27
36
-126
/
+176
|
\
|
*
ipv6: add a missing unregister_pernet_subsys call
Neil Horman
2010-09-26
2
-3
/
+13
|
*
br2684: fix scheduling while atomic
Karl Hiramoto
2010-09-26
1
-10
/
+2
|
*
net: fix a lockdep splat
Eric Dumazet
2010-09-24
6
-26
/
+26
|
*
xfrm4: strip ECN bits from tos field
Ulrich Weber
2010-09-22
1
-1
/
+1
|
*
netfilter: nf_conntrack_defrag: check socket type before touching nodefrag flag
Jiri Olsa
2010-09-22
1
-1
/
+3
|
*
netfilter: nf_nat_snmp: fix checksum calculation (v4)
Patrick McHardy
2010-09-22
1
-2
/
+4
|
*
netfilter: fix a race in nf_ct_ext_create()
Eric Dumazet
2010-09-22
1
-1
/
+3
|
*
netfilter: fix ipt_REJECT TCP RST routing for indev == outdev
Changli Gao
2010-09-22
1
-0
/
+1
|
*
netfilter: nf_ct_sip: default to NF_ACCEPT in sip_help_tcp()
Simon Horman
2010-09-22
1
-1
/
+1
|
*
netfilter: tproxy: nf_tproxy_assign_sock() can handle tw sockets
Eric Dumazet
2010-09-22
1
-1
/
+5
|
*
ip: fix truesize mismatch in ip fragmentation
Eric Dumazet
2010-09-21
2
-11
/
+26
|
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
2010-09-21
1
-1
/
+1
|
|
\
|
|
*
wext: fix potential private ioctl memory content leak
Johannes Berg
2010-09-20
1
-1
/
+1
|
*
|
tcp: Fix race in tcp_poll
Tom Marshall
2010-09-20
2
-2
/
+7
|
*
|
rose: Fix signedness issues wrt. digi count.
David S. Miller
2010-09-20
1
-2
/
+2
|
*
|
xfrm: Allow different selector family in temporary state
Thomas Egerer
2010-09-20
4
-49
/
+67
|
*
|
ip_gre: CONFIG_IPV6_MODULE support
Eric Dumazet
2010-09-20
1
-4
/
+4
|
*
|
sctp: Do not reset the packet during sctp_packet_config().
Vlad Yasevich
2010-09-17
1
-1
/
+0
|
*
|
net/llc: storing negative error codes in unsigned short
Dan Carpenter
2010-09-16
1
-1
/
+1
|
*
|
xfrm: dont assume rcu_read_lock in xfrm_output_one()
Eric Dumazet
2010-09-16
1
-1
/
+1
|
*
|
net: RPS needs to depend upon USE_GENERIC_SMP_HELPERS
David S. Miller
2010-09-14
1
-1
/
+1
|
*
|
net: use rcu_barrier() in rollback_registered_many
Eric Dumazet
2010-09-14
1
-1
/
+1
|
*
|
ipv4: enable getsockopt() for IP_NODEFRAG
Michael Kerrisk
2010-09-13
1
-0
/
+3
|
*
|
ipv4: force_igmp_version ignored when a IGMPv3 query received
Bob Arendt
2010-09-13
1
-1
/
+1
|
*
|
net/llc: make opt unsigned in llc_ui_setsockopt()
Dan Carpenter
2010-09-13
1
-1
/
+2
|
*
|
sch_atm: Fix potential NULL deref.
David S. Miller
2010-09-12
1
-4
/
+0
*
|
|
net: fix rcu use in ip_route_output_slow
Eric Dumazet
2010-09-26
1
-1
/
+1
*
|
|
rps: allocate rx queues in register_netdevice only
Eric Dumazet
2010-09-26
1
-44
/
+32
*
|
|
net: propagate NETIF_F_HIGHDMA to vlans
Eric Dumazet
2010-09-26
1
-3
/
+4
*
|
|
ip: take care of last fragment in ip_append_data
Eric Dumazet
2010-09-24
1
-3
/
+6
*
|
|
net: return operator cleanup
Eric Dumazet
2010-09-23
66
-170
/
+169
*
|
|
X.25 remove bkl in poll
andrew hendry
2010-09-22
1
-13
/
+1
*
|
|
X.25 remove bkl in getsockname
andrew hendry
2010-09-22
1
-2
/
+0
*
|
|
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
2010-09-21
22
-139
/
+210
|
\
\
\
|
*
\
\
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2010-09-21
22
-139
/
+210
|
|
\
\
\
|
|
*
|
|
mac80211: send last 3/5 probe requests as unicast
Luis R. Rodriguez
2010-09-16
1
-2
/
+11
|
|
*
|
|
mac80211: disable beacon monitor while going offchannel
Luis R. Rodriguez
2010-09-16
1
-0
/
+2
|
|
*
|
|
mac80211: make the beacon monitor available externally
Luis R. Rodriguez
2010-09-16
2
-4
/
+5
|
|
*
|
|
mac80211: reset connection idle when going offchannel
Luis R. Rodriguez
2010-09-16
1
-0
/
+5
|
|
*
|
|
mac80211: reset probe send counter upon connection timer reset
Luis R. Rodriguez
2010-09-16
1
-0
/
+4
[next]