summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2014-08-14netlink: Annotate RCU locking for seq_file walkerThomas Graf-0/+2
2014-08-14tcp: fix ssthresh and undo for consecutive short FRTO episodesNeal Cardwell-5/+3
2014-08-14tcp: don't allow syn packets without timestamps to pass tcp_tw_recycle logicHannes Frederic Sowa-5/+10
2014-08-14tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell-4/+6
2014-08-14sit: Fix ipip6_tunnel_lookup device matching criteriaShmulik Ladkani-3/+3
2014-08-14tcp: don't use timestamp from repaired skb-s to calculate RTT (v2)Andrey Vagin-8/+11
2014-08-13net-timestamp: fix missing tcp fragmentation casesWillem de Bruijn-0/+17
2014-08-13net-timestamp: fix missing ACK timestampWillem de Bruijn-5/+5
2014-08-13irda: Fix rd_frame control field initialization in irlap_send_rd_frame()Maks Naumov-1/+1
2014-08-13lec: Fix bug introduced by b67bfe0d42cac56c512dd5da4b1b347a23f4b70achas williams - CONTRACTOR-4/+1
2014-08-13atm/svc: Fix blocking in wait loopchas williams - CONTRACTOR-28/+32
2014-08-13openvswitch: Fix memory leak in ovs_vport_alloc() error pathChristoph Jaeger-1/+3
2014-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-149/+98
2014-08-13Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-383/+809
2014-08-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-55/+121
2014-08-11net: Always untag vlan-tagged traffic on input.Vlad Yasevich-55/+55
2014-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-86/+39
2014-08-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-4/+6
2014-08-09Merge branch 'for-3.17' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-72/+103
2014-08-09libceph: set last_piece in ceph_msg_data_pages_cursor_init() correctlyIlya Dryomov-1/+1
2014-08-08rtnetlink: fix VF info sizeJiri Benc-1/+2
2014-08-08ipv4: removed redundant conditionalNiv Yehezkel-2/+0
2014-08-08netfilter: nf_tables: fix error return codeJulia Lawall-1/+3
2014-08-08netfilter: don't use mutex_lock_interruptible()Pablo Neira Ayuso-73/+22
2014-08-08netfilter: nf_tables: don't update chain with unset countersPablo Neira Ayuso-0/+3
2014-08-08netfilter: nf_tables: uninitialize element key/data from the commit pathPablo Neira Ayuso-12/+11
2014-08-07netlink: reset network header before passing to tapsDaniel Borkmann-1/+1
2014-08-07batman: fix duplicate #include of multicast.hJean Sacren-1/+0
2014-08-07openvswitch: fix duplicate #include headersJean Sacren-2/+0
2014-08-076lowpan: Allow 6LoWPAN to be modularGeert Uytterhoeven-1/+1
2014-08-06Merge branch 'akpm' (patchbomb from Andrew Morton)Linus Torvalds-6/+6
2014-08-06netlink: hold nl_sock_hash_lock during diag dumpThomas Graf-0/+5
2014-08-06list: fix order of arguments for hlist_add_after(_rcu)Ken Helias-6/+6
2014-08-06tcp: md5: check md5 signature without socket lockDmitry Popov-17/+44
2014-08-06net-timestamp: cumulative tcp timestamping fixesWillem de Bruijn-9/+11
2014-08-06net-timestamp: sock_tx_timestamp() fixEric Dumazet-7/+13
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-11796/+14000
2014-08-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-229/+380
2014-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-23/+41
2014-08-05sctp: fix possible seqlock seadlock in sctp_packet_transmit()Eric Dumazet-1/+1
2014-08-05Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller-27/+37
2014-08-05bridge: Update outdated comment on promiscuous modeToshiaki Makita-4/+2
2014-08-05net-timestamp: ACK timestamp for bytestreamsWillem de Bruijn-0/+8
2014-08-05net-timestamp: TCP timestampingWillem de Bruijn-6/+52
2014-08-05net-timestamp: SCHED timestamp on entering packet schedulerWillem de Bruijn-4/+19
2014-08-05net-timestamp: add key to disambiguate concurrent datagramsWillem de Bruijn-1/+19
2014-08-05net-timestamp: move timestamp flags out of sk_flagsWillem de Bruijn-27/+6
2014-08-05net-timestamp: extend SCM_TIMESTAMPING ancillary data structWillem de Bruijn-9/+12
2014-08-05tcp: reduce spurious retransmits due to transient SACK renegingNeal Cardwell-13/+20
2014-08-05Merge tag 'master-2014-07-31' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller-174/+520