Age | Commit message (Expand) | Author | Files | Lines |
2014-08-14 | net-timestamp: fix missing tcp fragmentation cases | Willem de Bruijn | 1 | -0/+17 |
2014-08-14 | net-timestamp: fix missing ACK timestamp | Willem de Bruijn | 1 | -5/+5 |
2014-08-14 | irda: Fix rd_frame control field initialization in irlap_send_rd_frame() | Maks Naumov | 1 | -1/+1 |
2014-08-14 | lec: Fix bug introduced by b67bfe0d42cac56c512dd5da4b1b347a23f4b70a | chas williams - CONTRACTOR | 1 | -4/+1 |
2014-08-14 | atm/svc: Fix blocking in wait loop | chas williams - CONTRACTOR | 1 | -28/+32 |
2014-08-14 | openvswitch: Fix memory leak in ovs_vport_alloc() error path | Christoph Jaeger | 1 | -1/+3 |
2014-08-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 16 | -149/+98 |
2014-08-14 | Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 16 | -383/+809 |
2014-08-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2 | -55/+121 |
2014-08-11 | net: Always untag vlan-tagged traffic on input. | Vlad Yasevich | 4 | -55/+55 |
2014-08-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 6 | -86/+39 |
2014-08-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -4/+6 |
2014-08-10 | Merge branch 'for-3.17' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 9 | -72/+103 |
2014-08-09 | libceph: set last_piece in ceph_msg_data_pages_cursor_init() correctly | Ilya Dryomov | 1 | -1/+1 |
2014-08-08 | rtnetlink: fix VF info size | Jiri Benc | 1 | -1/+2 |
2014-08-08 | ipv4: removed redundant conditional | Niv Yehezkel | 1 | -2/+0 |
2014-08-08 | netfilter: nf_tables: fix error return code | Julia Lawall | 1 | -1/+3 |
2014-08-08 | netfilter: don't use mutex_lock_interruptible() | Pablo Neira Ayuso | 5 | -73/+22 |
2014-08-08 | netfilter: nf_tables: don't update chain with unset counters | Pablo Neira Ayuso | 1 | -0/+3 |
2014-08-08 | netfilter: nf_tables: uninitialize element key/data from the commit path | Pablo Neira Ayuso | 1 | -12/+11 |
2014-08-08 | netlink: reset network header before passing to taps | Daniel Borkmann | 1 | -1/+1 |
2014-08-08 | batman: fix duplicate #include of multicast.h | Jean Sacren | 1 | -1/+0 |
2014-08-08 | openvswitch: fix duplicate #include headers | Jean Sacren | 1 | -2/+0 |
2014-08-07 | 6lowpan: Allow 6LoWPAN to be modular | Geert Uytterhoeven | 1 | -1/+1 |
2014-08-07 | Merge branch 'akpm' (patchbomb from Andrew Morton) | Linus Torvalds | 5 | -6/+6 |
2014-08-07 | netlink: hold nl_sock_hash_lock during diag dump | Thomas Graf | 3 | -0/+5 |
2014-08-07 | list: fix order of arguments for hlist_add_after(_rcu) | Ken Helias | 5 | -6/+6 |
2014-08-07 | tcp: md5: check md5 signature without socket lock | Dmitry Popov | 2 | -17/+44 |
2014-08-07 | net-timestamp: cumulative tcp timestamping fixes | Willem de Bruijn | 2 | -9/+11 |
2014-08-06 | net-timestamp: sock_tx_timestamp() fix | Eric Dumazet | 1 | -7/+13 |
2014-08-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 321 | -11796/+14000 |
2014-08-06 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 6 | -229/+380 |
2014-08-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 11 | -23/+41 |
2014-08-06 | sctp: fix possible seqlock seadlock in sctp_packet_transmit() | Eric Dumazet | 1 | -1/+1 |
2014-08-06 | Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge | David S. Miller | 6 | -27/+37 |
2014-08-06 | bridge: Update outdated comment on promiscuous mode | Toshiaki Makita | 1 | -4/+2 |
2014-08-06 | net-timestamp: ACK timestamp for bytestreams | Willem de Bruijn | 2 | -0/+8 |
2014-08-06 | net-timestamp: TCP timestamping | Willem de Bruijn | 4 | -6/+52 |
2014-08-06 | net-timestamp: SCHED timestamp on entering packet scheduler | Willem de Bruijn | 3 | -4/+19 |
2014-08-06 | net-timestamp: add key to disambiguate concurrent datagrams | Willem de Bruijn | 4 | -1/+19 |
2014-08-06 | net-timestamp: move timestamp flags out of sk_flags | Willem de Bruijn | 2 | -27/+6 |
2014-08-06 | net-timestamp: extend SCM_TIMESTAMPING ancillary data struct | Willem de Bruijn | 2 | -9/+12 |
2014-08-06 | tcp: reduce spurious retransmits due to transient SACK reneging | Neal Cardwell | 2 | -13/+20 |
2014-08-06 | Merge tag 'master-2014-07-31' of git://git.kernel.org/pub/scm/linux/kernel/gi... | David S. Miller | 13 | -174/+520 |
2014-08-06 | svcrdma: remove rdma_create_qp() failure recovery logic | Steve Wise | 1 | -17/+2 |
2014-08-05 | batman-adv: Start new development cycle | Simon Wunderlich | 1 | -1/+1 |
2014-08-05 | batman-adv: increase default hop penalty | Simon Wunderlich | 1 | -1/+1 |
2014-08-05 | batman-adv: remove unnecessary logspam | André Gaul | 2 | -15/+23 |
2014-08-05 | batman-adv: Fix out-of-order fragmentation support | Sven Eckelmann | 1 | -3/+7 |
2014-08-05 | netlink: fix lockdep splats | Eric Dumazet | 1 | -2/+2 |