index
:
drm/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
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2014-05-14
tipc: mark head of reassembly buffer as non-linear
Jon Paul Maloy
1
-0
/
+2
2014-05-14
tipc: don't record link RESET or ACTIVATE messages as traffic
Jon Paul Maloy
1
-3
/
+4
2014-05-14
tipc: compensate for double accounting in socket rcv buffer
Jon Paul Maloy
2
-9
/
+21
2014-05-14
tipc: decrease connection flow control window
Jon Paul Maloy
3
-9
/
+11
2014-05-13
net: support marking accepting TCP sockets
Lorenzo Colitti
7
-5
/
+19
2014-05-13
net: Use fwmark reflection in PMTU discovery.
Lorenzo Colitti
2
-1
/
+8
2014-05-13
net: add a sysctl to reflect the fwmark on replies
Lorenzo Colitti
6
-3
/
+32
2014-05-13
tcp: IPv6 support for fastopen server
Daniel Lee
2
-26
/
+71
2014-05-13
tcp: improve fastopen icmp handling
Yuchung Cheng
2
-26
/
+31
2014-05-13
tcp: use tcp_v4_send_synack on first SYN-ACK
Yuchung Cheng
4
-98
/
+78
2014-05-13
tcp: simplify fast open cookie processing
Yuchung Cheng
3
-51
/
+32
2014-05-13
tcp: move fastopen functions to tcp_fastopen.c
Yuchung Cheng
2
-183
/
+192
2014-05-13
net: get rid of SET_ETHTOOL_OPS
Wilfried Klaebe
4
-4
/
+4
2014-05-13
net: ptp: mark filter as __initdata
Mathias Krause
1
-1
/
+1
2014-05-13
net: filter: Fix redefinition warnings on x86-64.
David S. Miller
1
-34
/
+37
2014-05-12
sch_hhf: fix comparison of qlen and limit
Yang Yingliang
1
-1
/
+1
2014-05-12
vlan: rename __vlan_find_dev_deep() to __vlan_find_dev_deep_rcu()
dingtianhong
2
-4
/
+4
2014-05-12
net: rename local_df to ignore_df
WANG Cong
14
-36
/
+36
2014-05-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
53
-227
/
+426
2014-05-12
ipv6: remove parameter rt from fib6_prune_clones()
Duan Jiong
1
-7
/
+5
2014-05-12
net: filter: make BPF conversion more readable
Alexei Starovoitov
1
-92
/
+50
2014-05-09
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
6
-9
/
+18
2014-05-09
sctp: add a checking for sctp_sysctl_net_register
wangweidong
1
-0
/
+4
2014-05-09
Revert "sctp: optimize the sctp_sysctl_net_register"
wangweidong
1
-10
/
+7
2014-05-09
rds: remove the unneed NULL checking
wangweidong
2
-4
/
+2
2014-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
6
-12
/
+19
2014-05-09
tipc: don't directly overwrite node action_flags
Ying Xue
2
-3
/
+5
2014-05-09
tipc: rename enum names of node flags
Ying Xue
3
-27
/
+25
2014-05-08
l2tp: Remove UDP checksum verification
Tom Herbert
1
-56
/
+1
2014-05-08
net: Verify UDP checksum before handoff to encap
Tom Herbert
2
-0
/
+8
2014-05-08
icmp6: Call skb_checksum_validate
Tom Herbert
1
-16
/
+5
2014-05-08
icmp: Call skb_checksum_simple_validate
Tom Herbert
1
-10
/
+2
2014-05-08
igmp: Call skb_checksum_simple_validate
Tom Herbert
1
-10
/
+2
2014-05-08
gre6: Call skb_checksum_simple_validate
Tom Herbert
1
-11
/
+1
2014-05-08
gre: Call skb_checksum_simple_validate
Tom Herbert
1
-23
/
+1
2014-05-08
ipv4: remove inet_addr_hash_lock in devinet.c
WANG Cong
1
-5
/
+2
2014-05-08
ping: move ping_group_range out of CONFIG_SYSCTL
Cong Wang
3
-13
/
+14
2014-05-08
ipv4: move local_port_range out of CONFIG_SYSCTL
Cong Wang
4
-24
/
+45
2014-05-09
netfilter: Fix potential use after free in ip6_route_me_harder()
Sergey Popovich
1
-2
/
+4
2014-05-08
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
6
-9
/
+18
2014-05-07
ipv4: fib_semantics: increment fib_info_cnt after fib_info allocation
Sergey Popovich
1
-1
/
+1
2014-05-07
net: clean up snmp stats code
WANG Cong
10
-130
/
+85
2014-05-07
Revert "net: core: introduce netif_skb_dev_features"
Florian Westphal
1
-12
/
+10
2014-05-07
net: ip: push gso skb forwarding handling down the stack
Florian Westphal
2
-53
/
+48
2014-05-07
net: ipv6: send pkttoobig immediately if orig frag size > mtu
Florian Westphal
1
-1
/
+5
2014-05-07
net: ipv4: ip_forward: fix inverted local_df test
Florian Westphal
1
-2
/
+2
2014-05-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
John W. Linville
6
-9
/
+18
2014-05-05
ipv6: Need to sock_put on csum error
Tom Herbert
1
-0
/
+1
2014-05-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
33
-105
/
+270
2014-05-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
1
-4
/
+5
[next]