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
2016-05-04
gre6: add Kconfig dependency for NET_IPGRE_DEMUX
Arnd Bergmann
1
-0
/
+1
2016-05-04
gre: receive also TEB packets for lwtunnels
Jiri Benc
1
-11
/
+28
2016-05-04
gre: move iptunnel_pull_header down to ipgre_rcv
Jiri Benc
1
-5
/
+10
2016-05-04
gre: remove superfluous pskb_may_pull
Jiri Benc
1
-4
/
+1
2016-05-04
net: Fix netdev_fix_features so that TSO_MANGLEID is only available with TSO
Alexander Duyck
1
-0
/
+4
2016-05-04
gso: Only allow GSO_PARTIAL if we can checksum the inner protocol
Alexander Duyck
1
-3
/
+3
2016-05-04
gso: Do not perform partial GSO if number of partial segments is 1 or less
Alexander Duyck
1
-1
/
+4
2016-05-04
gre: change gre_parse_header to return the header length
Jiri Benc
3
-10
/
+8
2016-05-04
tcp: guarantee forward progress in tcp_sendmsg()
Eric Dumazet
1
-2
/
+5
2016-05-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
28
-151
/
+256
2016-05-03
ipv6/ila: fix nlsize calculation for lwtunnel
Nicolas Dichtel
1
-2
/
+1
2016-05-03
ipv6: add new struct ipcm6_cookie
Wei Wang
9
-101
/
+110
2016-05-03
RDS: TCP: Synchronize accept() and connect() paths on t_conn_lock.
Sowmini Varadhan
4
-10
/
+33
2016-05-03
RDS:TCP: Synchronize rds_tcp_accept_one with rds_send_xmit when resetting t_sock
Sowmini Varadhan
2
-17
/
+25
2016-05-03
net: add __sock_wfree() helper
Eric Dumazet
2
-1
/
+25
2016-05-03
net: Disable segmentation if checksumming is not supported
Alexander Duyck
1
-1
/
+1
2016-05-03
tipc: redesign connection-level flow control
Jon Paul Maloy
5
-62
/
+122
2016-05-03
tipc: propagate peer node capabilities to socket layer
Jon Paul Maloy
3
-2
/
+22
2016-05-03
tipc: re-enable compensation for socket receive buffer double counting
Jon Paul Maloy
1
-1
/
+1
2016-05-03
VSOCK: constify vsock_transport structure
Julia Lawall
1
-1
/
+1
2016-05-03
fq_codel: add batch ability to fq_codel_drop()
Eric Dumazet
1
-19
/
+45
2016-05-03
netem: Segment GSO packets on enqueue
Neil Horman
1
-2
/
+59
2016-05-03
net: relax expensive skb_unclone() in iptunnel_handle_offloads()
Eric Dumazet
1
-1
/
+1
2016-05-03
Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge
David S. Miller
6
-56
/
+41
2016-05-02
bridge: netlink: export per-vlan stats
Nikolay Aleksandrov
3
-0
/
+99
2016-05-02
bridge: vlan: learn to count
Nikolay Aleksandrov
4
-16
/
+109
2016-05-02
net: rtnetlink: add linkxstats callbacks and attribute
Nikolay Aleksandrov
1
-0
/
+30
2016-05-02
net: rtnetlink: allow rtnl_fill_statsinfo to save private state counter
Nikolay Aleksandrov
1
-13
/
+31
2016-05-02
gre6: Cleanup GREv6 transmit path, call common GRE functions
Tom Herbert
1
-202
/
+50
2016-05-02
ipv6: Generic tunnel cleanup
Tom Herbert
1
-2
/
+5
2016-05-02
gre: Create common functions for transmit
Tom Herbert
1
-47
/
+5
2016-05-02
ipv6: Create ip6_tnl_xmit
Tom Herbert
1
-17
/
+30
2016-05-02
gre6: Cleanup GREv6 receive path, call common GRE functions
Tom Herbert
1
-117
/
+23
2016-05-02
gre: Move utility functions to common headers
Tom Herbert
2
-129
/
+84
2016-05-02
ipv6: Cleanup IPv6 tunnel receive path
Tom Herbert
1
-70
/
+142
2016-05-02
tcp: make tcp_sendmsg() aware of socket backlog
Eric Dumazet
2
-2
/
+13
2016-05-02
net: do not block BH while processing socket backlog
Eric Dumazet
1
-14
/
+8
2016-05-02
sctp: prepare for socket backlog behavior change
Eric Dumazet
1
-0
/
+2
2016-05-02
udp: prepare for non BH masking at backlog processing
Eric Dumazet
2
-4
/
+4
2016-05-02
dccp: do not assume DCCP code is non preemptible
Eric Dumazet
4
-6
/
+6
2016-05-02
tcp: do not block bh during prequeue processing
Eric Dumazet
2
-32
/
+2
2016-05-02
tcp: do not assume TCP code is non preemptible
Eric Dumazet
11
-99
/
+104
2016-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
11
-19
/
+57
2016-05-02
gre: do not pull header in ICMP error processing
Jiri Benc
1
-3
/
+8
2016-05-01
sctp: signal sk_data_ready earlier on data chunks reception
Marcelo Ricardo Leitner
2
-13
/
+19
2016-05-01
tipc: only process unicast on intended node
Hamish Martin
1
-0
/
+5
2016-05-01
tipc: set 'active' state correctly for first established link
Jon Paul Maloy
1
-0
/
+1
2016-05-01
soreuseport: Fix TCP listener hash collision
Craig Gallek
1
-0
/
+2
2016-05-01
net: l2tp: fix reversed udp6 checksum flags
Wang Shanker
1
-2
/
+2
2016-04-29
net: constify is_skb_forwardable's arguments
Nikolay Aleksandrov
1
-1
/
+1
[next]