index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fold verify_iovec() into copy_msghdr_from_user()
Al Viro
2014-11-19
3
-108
/
+75
*
{compat_,}verify_iovec(): switch to generic copying of iovecs
Al Viro
2014-11-19
3
-89
/
+37
*
separate kernel- and userland-side msghdr
Al Viro
2014-11-19
2
-15
/
+18
*
netlink: Deletion of an unnecessary check before the function call "__module_...
Markus Elfring
2014-11-19
1
-2
/
+1
*
net: pktgen: Deletion of an unnecessary check before the function call "proc_...
Markus Elfring
2014-11-19
1
-2
/
+1
*
tcp: make connect() mem charging friendly
Eric Dumazet
2014-11-19
1
-40
/
+28
*
icmp: Remove some spurious dropped packet profile hits from the ICMP path
Rick Jones
2014-11-18
3
-20
/
+41
*
dev_ioctl: use sizeof(x) instead of sizeof x
Fabian Frederick
2014-11-18
1
-3
/
+6
*
net/core: include linux/types.h instead of asm/types.h
Fabian Frederick
2014-11-18
1
-1
/
+1
*
net: fix spelling for synchronized
Fabian Frederick
2014-11-18
1
-2
/
+2
*
dccp: spelling s/reseting/resetting
Fabian Frederick
2014-11-18
1
-1
/
+1
*
dccp: replace min/casting by min_t
Fabian Frederick
2014-11-18
1
-1
/
+1
*
dccp: remove blank lines between function/EXPORT_SYMBOL
Fabian Frederick
2014-11-18
1
-6
/
+0
*
dccp: kerneldoc warning fixes
Fabian Frederick
2014-11-18
1
-2
/
+2
*
net: provide a per host RSS key generic infrastructure
Eric Dumazet
2014-11-16
2
-0
/
+30
*
net: dsa: replace count*size kzalloc by kcalloc
Fabian Frederick
2014-11-16
1
-2
/
+2
*
net: dsa: replace count*size kmalloc by kmalloc_array
Fabian Frederick
2014-11-16
1
-1
/
+2
*
openvswitch: use PTR_ERR_OR_ZERO
Fabian Frederick
2014-11-16
1
-3
/
+1
*
tipc: allow one link per bearer to neighboring nodes
Holger Brunck
2014-11-16
1
-2
/
+3
*
openvswitch: Fix build failure.
Pravin B Shelar
2014-11-14
1
-4
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-11-14
17
-93
/
+196
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2014-11-14
20
-97
/
+91
|
|
\
|
|
*
netlink: Properly unbind in error conditions.
Hiroaki SHIMODA
2014-11-12
1
-2
/
+3
|
|
*
ipv6: fix IPV6_PKTINFO with v4 mapped
Eric Dumazet
2014-11-11
1
-1
/
+1
|
|
*
net: sctp: fix memory leak in auth key management
Daniel Borkmann
2014-11-11
1
-2
/
+0
|
|
*
net: sctp: fix NULL pointer dereference in af->from_addr_param on malformed p...
Daniel Borkmann
2014-11-11
1
-0
/
+3
|
|
*
udptunnel: Add SKB_GSO_UDP_TUNNEL during gro_complete.
Jesse Gross
2014-11-10
1
-0
/
+2
|
|
*
Merge tag 'master-2014-11-04' of git://git.kernel.org/pub/scm/linux/kernel/gi...
David S. Miller
2014-11-07
7
-31
/
+31
|
|
|
\
|
|
|
*
Merge tag 'mac80211-for-john-2014-11-04' of git://git.kernel.org/pub/scm/linu...
John W. Linville
2014-11-04
7
-31
/
+31
|
|
|
|
\
|
|
|
|
*
mac80211: fix use-after-free in defragmentation
Johannes Berg
2014-11-03
1
-7
/
+7
|
|
|
|
*
mac80211: properly flush delayed scan work on interface removal
Johannes Berg
2014-10-30
1
-1
/
+6
|
|
|
|
*
mac80211: schedule the actual switch of the station before CSA count 0
Luciano Coelho
2014-10-29
1
-1
/
+2
|
|
|
|
*
mac80211: use secondary channel offset IE also beacons during CSA
Luciano Coelho
2014-10-29
5
-17
/
+10
|
|
|
|
*
mac80211: flush keys for AP mode on ieee80211_do_stop
Felix Fietkau
2014-10-29
1
-5
/
+6
|
*
|
|
|
libceph: change from BUG to WARN for __remove_osd() asserts
Ilya Dryomov
2014-11-13
1
-2
/
+2
|
*
|
|
|
libceph: clear r_req_lru_item in __unregister_linger_request()
Ilya Dryomov
2014-11-13
1
-0
/
+2
|
*
|
|
|
libceph: unlink from o_linger_requests when clearing r_osd
Ilya Dryomov
2014-11-13
1
-0
/
+1
|
*
|
|
|
libceph: do not crash on large auth tickets
Ilya Dryomov
2014-11-13
1
-37
/
+132
|
*
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
2014-11-04
2
-16
/
+19
|
|
\
\
\
\
|
|
*
|
|
|
libceph: eliminate unnecessary allocation in process_one_ticket()
Ilya Dryomov
2014-10-31
1
-15
/
+10
|
|
*
|
|
|
libceph: use memalloc flags for net IO
Mike Christie
2014-10-30
1
-1
/
+9
|
*
|
|
|
|
irda: stop calling sk_prot->disconnect() on connection failure
Linus Torvalds
2014-11-02
1
-2
/
+0
*
|
|
|
|
|
tcp: limit GSO packets to half cwnd
Eric Dumazet
2014-11-13
1
-4
/
+8
*
|
|
|
|
|
rhashtable: Drop gfp_flags arg in insert/remove functions
Thomas Graf
2014-11-13
2
-4
/
+4
*
|
|
|
|
|
rhashtable: Add parent argument to mutex_is_held
Herbert Xu
2014-11-13
2
-2
/
+2
*
|
|
|
|
|
netfilter: Move mutex_is_held under PROVE_LOCKING
Herbert Xu
2014-11-13
1
-0
/
+4
*
|
|
|
|
|
netlink: Move mutex_is_held under PROVE_LOCKING
Herbert Xu
2014-11-13
1
-2
/
+4
*
|
|
|
|
|
net: generic dev_disable_lro() stacked device handling
Michal Kubeček
2014-11-13
1
-10
/
+5
*
|
|
|
|
|
FOU: Fix no return statement warning for !CONFIG_NET_FOU_IP_TUNNELS
Thomas Graf
2014-11-13
1
-1
/
+1
*
|
|
|
|
|
irda: Fix build failures after IRDA_DEBUG->pr_debug
Joe Perches
2014-11-13
6
-18
/
+6
[next]