aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-02-21Merge tag 'nfs-for-3.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-1/+4
2015-02-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 6-162/+54
2015-02-19Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Gravatar Linus Torvalds 3-9/+9
2015-02-19libceph: kfree() in put_osd() shouldn't depend on authorizerGravatar Ilya Dryomov 1-2/+3
2015-02-19libceph: fix double __remove_osd() problemGravatar Ilya Dryomov 1-8/+18
2015-02-19libceph: tcp_nodelay supportGravatar Chaitanya Huilgol 2-2/+28
2015-02-19libceph: use mon_client.c/put_generic_request() moreGravatar Ilya Dryomov 1-2/+2
2015-02-19libceph: nuke pool op infrastructureGravatar Ilya Dryomov 3-148/+3
2015-02-18Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+6
2015-02-18Merge branch 'cleanups'Gravatar Trond Myklebust 359-12061/+19176
2015-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 19-48/+173
2015-02-17net: dsa: Set valid phy interface typeGravatar Guenter Roeck 1-2/+7
2015-02-15rtnetlink: call ->dellink on failure when ->newlink existsGravatar WANG Cong 1-1/+8
2015-02-14net: spelling fixesGravatar Stephen Hemminger 3-3/+3
2015-02-14net/core: Fix warning while make xmldocs caused by dev.cGravatar Masanari Iida 1-1/+1
2015-02-14ipv6: fix ipv6_cow_metrics for non DST_HOST caseGravatar Martin KaFai Lau 1-1/+1
2015-02-14openvswitch: Fix key serialization.Gravatar Pravin B Shelar 1-1/+1
2015-02-13net: use %*pb[l] to print bitmaps including cpumasks and nodemasksGravatar Tejun Heo 2-22/+8
2015-02-13SUNRPC: Always manipulate rpc_rqst::rq_bc_pa_list under xprt->bc_pa_lockGravatar Chuck Lever 1-1/+4
2015-02-13tcp: make sure skb is not shared before using skb_get()Gravatar Eric Dumazet 1-8/+24
2015-02-12memcg: cleanup static keys decrementGravatar Vladimir Davydov 1-0/+4
2015-02-12Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 6-151/+209
2015-02-12bridge: netfilter: Move sysctl-specific error code inside #ifdefGravatar Geert Uytterhoeven 1-5/+2
2015-02-12ipv6: fix possible deadlock in ip6_fl_purge / ip6_fl_gcGravatar Jan Stancek 1-2/+2
2015-02-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 2-26/+40
2015-02-11Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-5/+3
2015-02-11Merge tag 'nfs-for-3.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 10-517/+628
2015-02-11mm: gup: use get_user_pages_unlockedGravatar Andrea Arcangeli 1-4/+2
2015-02-11mm: page_counter: pull "-1" handling out of page_counter_memparse()Gravatar Johannes Weiner 1-1/+1
2015-02-11gue: Use checksum partial with remote checksum offloadGravatar Tom Herbert 1-6/+22
2015-02-11net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offloadGravatar Tom Herbert 2-2/+3
2015-02-11udp: Set SKB_GSO_UDP_TUNNEL* in UDP GRO pathGravatar Tom Herbert 2-2/+17
2015-02-11net: Fix remcsum in GRO path to not change packetGravatar Tom Herbert 1-10/+10
2015-02-11openvswitch: Add missing initialization in validate_and_copy_set_tun()Gravatar Geert Uytterhoeven 1-1/+1
2015-02-11openvswitch: Reset key metadata for packet execution.Gravatar Pravin B Shelar 1-0/+2
2015-02-11rds: rds_cong_queue_updates needs to defer the congestion update transmissionGravatar Sowmini Varadhan 1-1/+15
2015-02-11ipv6: Partial checksum only UDP packetsGravatar Vlad Yasevich 1-1/+1
2015-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextGravatar David S. Miller 2-6/+58
2015-02-11cipso: don't use IPCB() to locate the CIPSO IP optionGravatar Paul Moore 2-26/+40
2015-02-10SUNRPC: Cleanup to remove xs_tcp_close()Gravatar Trond Myklebust 1-6/+1
2015-02-09ipv4: Namespecify TCP PMTU mechanismGravatar Fan Du 4-21/+23
2015-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 11-54/+71
2015-02-09SUNRPC: Fix stupid typo in xs_sock_set_reuseportGravatar Trond Myklebust 1-2/+3
2015-02-09tcp: don't include Fast Open option in SYN-ACK on pure SYN-dataGravatar Yuchung Cheng 1-5/+8
2015-02-09openvswitch: Only set TUNNEL_VXLAN_OPT if VXLAN-GBP metadata is setGravatar Thomas Graf 1-1/+1
2015-02-09ipv6: Make __ipv6_select_ident staticGravatar Vlad Yasevich 1-1/+2
2015-02-09ipv6: Fix fragment id assignment on LE arches.Gravatar Vlad Yasevich 1-1/+1
2015-02-09bridge: Fix inability to add non-vlan fdb entryGravatar Toshiaki Makita 1-7/+5
2015-02-09net: dsa: Remove redundant phy_attach()Gravatar Andrew Lunn 1-13/+0
2015-02-09tipc: remove tipc_snprintfGravatar Richard Alpe 4-60/+4