aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-31Merge tag 'nfs-for-3.14-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-7/+1
2014-01-30x86, x32: Correct invalid use of user timespec in the kernelPaX Team1-7/+2
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-26/+17
2014-01-30Merge branch 'for-3.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds7-91/+47
2014-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds10-18/+44
2014-01-28net: Fix warning on make htmldocs caused by skbuff.cMasanari Iida1-1/+1
2014-01-28Merge tag 'rxrpc-20140126' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsDavid S. Miller2-1/+8
2014-01-28llc: remove noisy WARN from llc_mac_hdr_initDave Jones1-1/+1
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds9-157/+636
2014-01-28Merge tag 'nfs-for-3.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds7-28/+231
2014-01-27net: gre: use icmp_hdr() to get inner ip headerDuan Jiong1-1/+1
2014-01-27net: 6lowpan: fixup for code movementStephen Rothwell1-1/+1
2014-01-27net: Fix memory leak if TPROXY used with TCP early demuxHolger Eitzenberger2-2/+2
2014-01-27libceph: follow redirect replies from osdsIlya Dryomov1-9/+158
2014-01-27libceph: rename ceph_osd_request::r_{oloc,oid} to r_base_{oloc,oid}Ilya Dryomov2-17/+17
2014-01-27libceph: follow {read,write}_tier fields on osd request submissionIlya Dryomov2-5/+53
2014-01-27libceph: add ceph_pg_pool_by_id()Ilya Dryomov1-0/+5
2014-01-27libceph: replace ceph_calc_ceph_pg() with ceph_oloc_oid_to_pg()Ilya Dryomov2-14/+19
2014-01-27libceph: introduce and start using oid abstractionIlya Dryomov2-9/+11
2014-01-27libceph: rename MAX_OBJ_NAME_SIZE to CEPH_MAX_OID_NAME_LENIlya Dryomov1-1/+1
2014-01-27libceph: start using oloc abstractionIlya Dryomov1-3/+5
2014-01-27net: ipv4: Use PTR_ERR_OR_ZEROSachin Kamat1-1/+2
2014-01-27sunrpc: turn warn_gssd() log message into a dprintk()Jeff Layton1-7/+1
2014-01-26net: add and use skb_gso_transport_seglen()Florian Westphal2-10/+28
2014-01-26Merge tag 'for-3.14-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds3-5/+2
2014-01-26af_rxrpc: Handle frames delivered from another VMTim Smith1-1/+2
2014-01-26af_rxrpc: Avoid setting up double-free on checksum errorTim Smith1-0/+4
2014-01-26RxRPC: do not unlock unheld spinlock in rxrpc_connect_exclusive()Alexey Khoroshilov1-0/+2
2014-01-26libceph: dout() is missing a newlineIlya Dryomov1-2/+2
2014-01-26libceph: add ceph_kv{malloc,free}() and switch to themIlya Dryomov3-27/+28
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds511-10268/+18338
2014-01-24ipv6: reallocate addrconf router for ipv6 address when lo device upGao feng1-2/+12
2014-01-24fib_frontend: fix possible NULL pointer dereferenceOliver Hartkopp1-0/+2
2014-01-24gss_krb5: use lcm from kernel libLuis Henriques1-13/+4
2014-01-23Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2-24/+4
2014-01-23Merge git://git.infradead.org/users/eparis/auditLinus Torvalds3-13/+13
2014-01-23net/netfilter/ipset/ip_set_hash_netiface.c: use rbtree postorder iteration instead of opencodingCody P Schafer1-23/+4
2014-01-23remove extra definitions of U32_MAXAlex Elder1-3/+0
2014-01-23conditionally define U32_MAXAlex Elder1-0/+2
2014-01-23rtnetlink: remove check for fill_slave_info in rtnl_have_link_slave_infoJiri Pirko1-2/+1
2014-01-23ip_tunnel: clear IPCB in ip_tunnel_xmit() in case dst_link_failure() is calledDuan Jiong1-0/+1
2014-01-23net: Correctly sync addresses from multiple sources to single deviceVlad Yasevich1-8/+10
2014-01-23net/udp_offload: Handle static checker complaintsShlomo Pongratz1-4/+4
2014-01-23tcp: metrics: Handle v6/v4-mapped sockets in tcp-metricsChristoph Paasch1-24/+40
2014-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-31/+1
2014-01-226lowpan: add a license to 6lowpan_iphc moduleYann Droneaud1-0/+3
2014-01-22bonding: convert netlink to use slave data info apiJiri Pirko1-51/+0
2014-01-22rtnetlink: provide api for getting and setting slave infoJiri Pirko1-20/+138
2014-01-22rtnetlink: put "BOND" into nl attribute names which are related to bondingJiri Pirko1-8/+8
2014-01-22net/neighbour: queue work on power efficient wqviresh kumar1-2/+3