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
2014-06-19
net: sctp: check proc_dointvec result in proc_sctp_do_auth
Daniel Borkmann
1
-2
/
+1
2014-06-19
tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skb
Neal Cardwell
1
-1
/
+1
2014-06-19
Revert "net: return actual error on register_queue_kobjects"
David S. Miller
1
-2
/
+2
2014-06-18
net: filter: fix upper BPF instruction limit
Kees Cook
1
-1
/
+1
2014-06-18
net: sctp: propagate sysctl errors from proc_do* properly
Daniel Borkmann
1
-20
/
+23
2014-06-18
net: return actual error on register_queue_kobjects
Jie Liu
1
-2
/
+2
2014-06-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
6
-18
/
+82
2014-06-16
tcp: remove unnecessary tcp_sk assignment.
Dave Jones
1
-1
/
+1
2014-06-16
netfilter: nf_nat: fix oops on netns removal
Florian Westphal
1
-1
/
+34
2014-06-16
netfilter: ctnetlink: add zone size to length
Ken-ichirou MATSUZAWA
1
-0
/
+6
2014-06-16
Merge branch 'ipvs'
Pablo Neira Ayuso
1
-1
/
+1
2014-06-16
netfilter: nft_nat: don't dump port information if unset
Pablo Neira Ayuso
1
-6
/
+8
2014-06-16
netfilter: nf_tables: indicate family when dumping set elements
Pablo Neira Ayuso
1
-1
/
+1
2014-06-16
netfilter: nft_compat: call {target, match}->destroy() to cleanup entry
Pablo Neira Ayuso
1
-0
/
+18
2014-06-16
netfilter: nf_tables: fix wrong type in transaction when replacing rules
Pablo Neira Ayuso
1
-1
/
+1
2014-06-16
netfilter: nf_tables: decrement chain use counter when replacing rules
Pablo Neira Ayuso
1
-0
/
+2
2014-06-16
netfilter: nf_tables: use u32 for chain use counter
Pablo Neira Ayuso
1
-0
/
+3
2014-06-16
netfilter: nf_tables: use RCU-safe list insertion when replacing rules
Pablo Neira Ayuso
1
-1
/
+1
2014-06-16
netfilter: ctnetlink: fix refcnt leak in dying/unconfirmed list dumper
Florian Westphal
1
-3
/
+5
2014-06-16
netfilter: ctnetlink: fix dumping of dying/unconfirmed conntracks
Pablo Neira Ayuso
1
-5
/
+3
2014-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
4
-14
/
+61
2014-06-15
net: sctp: fix permissions for rto_alpha and rto_beta knobs
Daniel Borkmann
1
-4
/
+28
2014-06-15
net: Fix save software checksum complete
Tom Herbert
2
-10
/
+29
2014-06-13
udp: ipv4: do not waste time in __udp4_lib_mcast_demux_lookup
Eric Dumazet
1
-0
/
+4
2014-06-13
ipvs: stop tot_stats estimator only under CONFIG_SYSCTL
Julian Anastasov
1
-1
/
+1
2014-06-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
3
-7
/
+153
2014-06-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
346
-6799
/
+13776
2014-06-12
rtnetlink: fix userspace API breakage for iproute2 < v3.9.0
Michal Schmidt
1
-4
/
+18
2014-06-12
tcp: fixing TLP's FIN recovery
Per Hurtig
1
-3
/
+1
2014-06-12
bridge: fix compile error when compiling without IPv6 support
Linus Lüssing
1
-0
/
+2
2014-06-12
bridge: fix smatch warning / potential null pointer dereference
Linus Lüssing
1
-0
/
+2
2014-06-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-31
/
+4
2014-06-12
sctp: Fix sk_ack_backlog wrap-around problem
Xufeng Zhang
1
-1
/
+1
2014-06-12
Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linus
Al Viro
59
-298
/
+580
2014-06-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
10
-16
/
+32
2014-06-11
net/core: Add VF link state control policy
Doug Ledford
1
-0
/
+2
2014-06-11
net_sched: drr: warn when qdisc is not work conserving
Florian Westphal
2
-2
/
+4
2014-06-11
net: Add skb_gro_postpull_rcsum to udp and vxlan
Tom Herbert
1
-0
/
+1
2014-06-11
net: Save software checksum complete
Tom Herbert
3
-8
/
+15
2014-06-11
ceph: remove bogus extern
stephen hemminger
1
-1
/
+1
2014-06-11
ipv4: fix a race in ip4_datagram_release_cb()
Eric Dumazet
1
-5
/
+15
2014-06-11
net: add __pskb_copy_fclone and pskb_copy_for_clone
Octavian Purdila
7
-15
/
+19
2014-06-11
bridge: Support 802.1ad vlan filtering
Toshiaki Makita
3
-0
/
+130
2014-06-11
bridge: Prepare for forwarding another bridge group addresses
Toshiaki Makita
3
-2
/
+10
2014-06-11
bridge: Prepare for 802.1ad vlan filtering support
Toshiaki Makita
3
-12
/
+51
2014-06-11
bridge: Add 802.1ad tx vlan acceleration
Toshiaki Makita
1
-2
/
+3
2014-06-11
net: filter: fix warning on 32-bit arch
Alexei Starovoitov
1
-3
/
+3
2014-06-11
tipc: fix potential bug in function tipc_backlog_rcv
Jon Paul Maloy
1
-2
/
+3
2014-06-11
net: sctp: fix incorrect type in gfp initializer
Daniel Borkmann
1
-1
/
+1
2014-06-11
net: sctp: improve sctp_select_active_and_retran_path selection
Daniel Borkmann
1
-5
/
+45
[next]