aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-12tcp: account all retransmit failuresYuchung Cheng1-3/+4
2013-07-12net: access page->private by using page_privateSunghan Suh1-3/+3
2013-07-12net: strict_strtoul is obsolete, use kstrtoul instead“Cosmin1-1/+1
2013-07-11net/tipc: use %*phC to dump small buffers in hex formAndy Shevchenko1-7/+1
2013-07-11gre: Fix MTU sizing check for gretap tunnelsAlexander Duyck1-1/+1
2013-07-11pkt_sched: sch_qfq: remove forward declaration of qfq_update_agg_tsPaolo Valente1-63/+55
2013-07-11pkt_sched: sch_qfq: improve efficiency of make_eligiblePaolo Valente1-1/+8
2013-07-11gso: Update tunnel segmentation to support Tx checksum offloadAlexander Duyck3-9/+12
2013-07-11inet: fix spacing in assignmentCamelia Groza1-1/+1
2013-07-11ipv6: fix route selection if kernel is not compiled with CONFIG_IPV6_ROUTER_PREFHannes Frederic Sowa1-23/+40
2013-07-119p: fix off by one causing access violations and memory corruptionSasha Levin1-5/+5
2013-07-10ipv6: in case of link failure remove route directly instead of letting it expireHannes Frederic Sowa1-3/+6
2013-07-10net: rename busy poll socket op and globalsEliezer Tamir3-9/+9
2013-07-10net: rename ll methods to busy-pollEliezer Tamir4-4/+4
2013-07-10net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir9-9/+9
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds331-7956/+11095
2013-07-09Merge tag 'for-linus-3.11-merge-window-part-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds1-1/+4
2013-07-09net: sctp: confirm route during forward progressDaniel Borkmann2-0/+15
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds2-31/+38
2013-07-09Merge tag 'nfs-for-3.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds3-45/+53
2013-07-08net: rename low latency sockets functions to busy pollEliezer Tamir3-10/+11
2013-07-06bridge: fix some kernel warning in multicast timerCong Wang2-2/+2
2013-07-04sit: fix tunnel update via netlinkNicolas Dichtel1-2/+2
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds2-9/+49
2013-07-04Merge branches 'for-3.11/battery', 'for-3.11/elo', 'for-3.11/holtek' and 'for-3.11/i2c-hid-fixed' into for-linusJiri Kosina89-405/+867
2013-07-03ipv6: rt6_check_neigh should successfully verify neigh if no NUD information are availableHannes Frederic Sowa1-0/+2
2013-07-03net: ipv6: fix wrong ping_v6_sendmsg return valueLorenzo Colitti1-1/+4
2013-07-03net: ipv6: add missing lock in ping_v6_sendmsgLorenzo Colitti1-0/+2
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds4-8/+7
2013-07-03netem: fix possible NULL deref in netem_dequeue()Eric Dumazet1-3/+5
2013-07-03core: Copy inner_protocol in copy_skb_header()Joe Stringer1-0/+1
2013-07-03drivers: avoid parsing names as kthread_run() format stringsKees Cook1-1/+1
2013-07-03drivers: avoid format strings in names passed to alloc_workqueue()Kees Cook2-6/+5
2013-07-03mm: use totalram_pages instead of num_physpages at runtimeJiang Liu1-1/+1
2013-07-03libceph: call r_unsafe_callback when unsafe reply is receivedYan, Zheng1-7/+7
2013-07-03libceph: Fix NULL pointer dereference in auth client codeTyler Hicks1-0/+6
2013-07-03libceph: fix truncate size calculationYan, Zheng1-6/+8
2013-07-03libceph: fix safe completionYan, Zheng1-9/+8
2013-07-03libceph: print more info for short message headerAlex Elder1-2/+4
2013-07-03libceph: add lingering request reference when registeredAlex Elder1-7/+5
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller15-58/+88
2013-07-03net: gre: move GSO functions to gre_offloadDaniel Borkmann3-103/+131
2013-07-03Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-2/+3
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2013-07-02ip_tunnels: Use skb-len to PMTU check.Pravin B Shelar1-44/+55
2013-07-02l2tp: make datapath resilient to packet loss when sequence numbers enabledJames Chapman2-5/+34
2013-07-02l2tp: make datapath sequence number support RFC-compliantJames Chapman2-5/+33
2013-07-02l2tp: do data sequence number handling in a separate funcJames Chapman1-20/+34
2013-07-02sctp: use get_unused_fd_flags(0) instead of get_unused_fd()Yann Droneaud1-1/+1
2013-07-02core/dev: set pkt_type after eth_type_trans() in dev_forward_skb()Isaku Yamahata1-0/+6