index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-17
net: add socket option for low latency polling
Eliezer Tamir
2
-1
/
+20
2013-06-17
net: remove NET_LL_RX_POLL config menue
Eliezer Tamir
1
-9
/
+2
2013-06-17
net: convert low latency sockets to sched_clock()
Eliezer Tamir
1
-1
/
+0
2013-06-17
net: change sysctl_net_ll_poll into an unsigned int
Eliezer Tamir
2
-3
/
+3
2013-06-14
net: sctp: sctp_association_init: put refs in reverse order
Daniel Borkmann
1
-4
/
+3
2013-06-14
net: sctp: minor: remove variable in sctp_init_sock
Daniel Borkmann
1
-4
/
+2
2013-06-14
net: sctp: sctp_sf_do_prm_asoc: do SCTP_CMD_INIT_CHOOSE_TRANSPORT first
Daniel Borkmann
1
-4
/
+4
2013-06-14
net: sctp: sideeffect: throw BUG if primary_path is NULL
Daniel Borkmann
2
-4
/
+13
2013-06-14
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...
David S. Miller
9
-36
/
+51
2013-06-14
openvswitch: Simplify interface ovs_flow_metadata_from_nlattrs()
Pravin B Shelar
3
-18
/
+13
2013-06-14
openvswitch: make skb->csum consistent with rest of networking stack.
Pravin B Shelar
5
-0
/
+17
2013-06-14
openvswitch: Fix misspellings in comments and docs.
Andy Hill
1
-1
/
+1
2013-06-14
openvswitch: fix variable names in comment
Lorand Jakab
1
-2
/
+2
2013-06-14
openvswitch: Unify vport error stats handling.
Pravin B Shelar
3
-6
/
+11
2013-06-14
openvswitch: Remove unused get_config vport op.
Jesse Gross
2
-4
/
+0
2013-06-14
openvswitch: Immediately exit on error in ovs_vport_cmd_set().
Jesse Gross
1
-5
/
+7
2013-06-13
net/core: Add VF link state control
Rony Efraim
1
-2
/
+20
2013-06-13
htb: reorder struct htb_class fields for performance
Eric Dumazet
1
-29
/
+33
2013-06-13
net-rps: fixes for rps flow limit
Willem de Bruijn
1
-3
/
+16
2013-06-13
tcp: properly send new data in fast recovery in first RTT
Yuchung Cheng
2
-26
/
+20
2013-06-13
net: Convert uses of typedef ctl_table to struct ctl_table
Joe Perches
32
-85
/
+86
2013-06-13
net: make all team port device link events urgent
Flavio Leitner
1
-0
/
+3
2013-06-13
net: ping_check_bind_addr() etc. can be static
Wu Fengguang
2
-13
/
+13
2013-06-13
sctp: Correct byte order of access to skb->{network, transport}_header
Simon Horman
1
-1
/
+1
2013-06-13
netlink: make compare exist all the time
Gao feng
1
-2
/
+2
2013-06-12
udp: fix two sparse errors
Eric Dumazet
1
-2
/
+2
2013-06-12
gro: remove a sparse error
Eric Dumazet
1
-1
/
+1
2013-06-12
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
36
-1285
/
+813
2013-06-12
igmp: fix new sparse errors
Eric Dumazet
1
-4
/
+4
2013-06-12
pktgen: ipv6: numa: consolidate skb allocation to pktgen_alloc_skb
Daniel Borkmann
1
-25
/
+27
2013-06-12
net: udp4: move GSO functions to udp_offload
Daniel Borkmann
4
-82
/
+104
2013-06-12
igmp: remove unnecessary in_device member zeroing
Shawn Bohrer
1
-4
/
+0
2013-06-12
igmp: hash a hash table to speedup ip_check_mc_rcu()
Eric Dumazet
2
-3
/
+71
2013-06-12
net_sched: htb: do not setup default rate estimators
Eric Dumazet
1
-6
/
+12
2013-06-11
net_sched: psched_ratecfg_precompute() improvements
Eric Dumazet
1
-24
/
+20
2013-06-11
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
36
-1285
/
+813
2013-06-11
net_sched: add 64bit rate estimators
Eric Dumazet
8
-17
/
+29
2013-06-11
net: pass correct parameter to skb_headers_offset_update()
Peter Pan(潘卫平)
1
-13
/
+2
2013-06-11
netlink: Add compare function for netlink_table
Gao feng
2
-8
/
+26
2013-06-11
bridge: Add a flag to control unicast packet flood.
Vlad Yasevich
7
-16
/
+31
2013-06-11
bridge: Add flag to control mac learning.
Vlad Yasevich
5
-4
/
+13
2013-06-10
net: remove last caller of skb_tail_offset() and itself
Cong Wang
1
-7
/
+1
2013-06-10
tcp: add low latency socket poll support.
Eliezer Tamir
3
-0
/
+9
2013-06-10
udp: add low latency socket poll support
Eliezer Tamir
3
-2
/
+14
2013-06-10
net: add low latency socket poll
Eliezer Tamir
6
-0
/
+39
2013-06-10
net: add napi_id and hash
Eliezer Tamir
1
-0
/
+59
2013-06-07
netlink: allow large data transfers from user-space
Pablo Neira Ayuso
1
-2
/
+35
2013-06-07
net: tcp: move GRO/GSO functions to tcp_offload
Daniel Borkmann
5
-318
/
+336
2013-06-07
net: minor: tcp: use tcp_skb_mss helper in tcp_tso_segment
Daniel Borkmann
1
-2
/
+2
2013-06-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-41
/
+44
[next]