index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-12
fou: always use be16 for port
WANG Cong
1
-3
/
+3
2015-04-12
fou: exit early when parsing config fails
WANG Cong
1
-1
/
+4
2015-04-12
fou: avoid calling udp_del_offload() twice
WANG Cong
1
-2
/
+2
2015-04-12
tcp: do not cache align timewait sockets
Eric Dumazet
1
-2
/
+1
2015-04-12
Merge tag 'mac80211-next-for-davem-2015-04-10' of git://git.kernel.org/pub/sc...
David S. Miller
25
-383
/
+1113
2015-04-11
make new_sync_{read,write}() static
Al Viro
1
-2
/
+0
2015-04-11
net/9p: remove (now-)unused helpers
Al Viro
2
-43
/
+1
2015-04-11
p9_client_attach(): set fid->uid correctly
Al Viro
1
-0
/
+1
2015-04-11
9p: switch p9_client_read() to passing struct iov_iter *
Al Viro
1
-63
/
+61
2015-04-11
9p: switch p9_client_write() to passing it struct iov_iter *
Al Viro
1
-57
/
+41
2015-04-11
net/9p: switch the guts of p9_client_{read,write}() to iov_iter
Al Viro
3
-132
/
+146
2015-04-11
Merge branch 'iocb' into for-next
Al Viro
2
-10
/
+6
2015-04-11
new helper: msg_data_left()
Al Viro
4
-17
/
+16
2015-04-11
Merge remote-tracking branch 'dh/afs' into for-davem
Al Viro
4
-29
/
+148
2015-04-11
get rid of the size argument of sock_sendmsg()
Al Viro
2
-14
/
+15
2015-04-10
if_link: Add an additional parameter to ifla_vf_info for RSS querying
Vlad Zolotarov
1
-6
/
+26
2015-04-10
rtnetlink: Mark name argument of rtnl_create_link() const
Thomas Graf
1
-1
/
+1
2015-04-09
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
3
-151
/
+258
2015-04-09
tcp: md5: fix a typo in tcp_v4_md5_lookup()
Eric Dumazet
1
-2
/
+2
2015-04-09
net: Pass VLAN ID to rtnl_fdb_notify.
Hubert Sokolowski
1
-10
/
+10
2015-04-09
tcp: tcp_make_synack() should clear skb->tstamp
Eric Dumazet
1
-0
/
+2
2015-04-09
udptunnels: Call handle_offloads after inserting vlan tag.
Jesse Gross
1
-4
/
+4
2015-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
18
-173
/
+747
2015-04-09
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-0
/
+5
2015-04-09
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2
-7
/
+6
2015-04-09
Bluetooth: Read LE remote features during connection establishment
Marcel Holtmann
1
-2
/
+105
2015-04-09
switch kernel_sendmsg() and kernel_recvmsg() to iov_iter_kvec()
Al Viro
1
-17
/
+3
2015-04-09
net: switch importing msghdr from userland to {compat_,}import_iovec()
Al Viro
2
-30
/
+19
2015-04-09
net: switch sendto() and recvfrom() to import_single_range()
Al Viro
1
-16
/
+8
2015-04-09
Merge branch 'iocb' into for-davem
Al Viro
2
-4
/
+3
2015-04-08
tcp: do not rearm rsk_timer on FastOpen requests
Eric Dumazet
1
-4
/
+10
2015-04-08
Merge tag 'nfc-next-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...
David S. Miller
1
-0
/
+11
2015-04-08
fou: Don't use const __read_mostly
Andi Kleen
1
-2
/
+2
2015-04-08
netfilter: Fix switch statement warnings with recent gcc.
David Miller
5
-3
/
+17
2015-04-08
RDS: make sure not to loop forever inside rds_send_xmit
Sowmini Varadhan
3
-2
/
+33
2015-04-08
RDS: only use passive connections when addresses match
Sowmini Varadhan
1
-1
/
+1
2015-04-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Pablo Neira Ayuso
171
-1639
/
+2047
2015-04-08
ipv6: call iptunnel_xmit with NULL sock pointer if no tunnel sock is available
Hannes Frederic Sowa
1
-1
/
+1
2015-04-08
ipv4: ip_tunnel: use net namespace from rtable not socket
Hannes Frederic Sowa
1
-1
/
+2
2015-04-08
netfilter: nf_tables: support optional userdata for set elements
Patrick McHardy
1
-0
/
+34
2015-04-08
netfilter: nf_tables: add support for dynamic set updates
Patrick McHardy
5
-6
/
+268
2015-04-08
netfilter: nf_tables: support different set binding types
Patrick McHardy
2
-3
/
+10
2015-04-08
netfilter: nf_tables: prepare set element accounting for async updates
Patrick McHardy
2
-10
/
+14
2015-04-08
netfilter: nf_tables: fix set selection when timeouts are requested
Patrick McHardy
1
-1
/
+1
2015-04-08
netfilter: bridge: make BRNF_PKT_TYPE flag a bool
Florian Westphal
1
-9
/
+9
2015-04-08
netfilter: bridge: start splitting mask into public/private chunks
Florian Westphal
1
-4
/
+11
2015-04-08
netfilter: bridge: add and use nf_bridge_info_get helper
Florian Westphal
1
-8
/
+16
2015-04-08
netfilter: physdev: use helpers
Florian Westphal
1
-12
/
+22
2015-04-08
netfilter: bridge: add helpers for fetching physin/outdev
Florian Westphal
7
-33
/
+75
2015-04-08
netfilter: bridge: don't use nf_bridge_info data to store mac header
Florian Westphal
1
-29
/
+41
[prev]
[next]