summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | decnet: Fix obvious o/0 typoRasmus Villemoes2015-02-231-1/+1
| |/ / / / /
| * | | | | tcp: fix tcp_should_expand_sndbuf() to use tcp_packets_in_flight()Neal Cardwell2015-02-221-1/+1
| * | | | | net: pktgen: disable xmit_clone on virtual devicesEric Dumazet2015-02-221-0/+3
| | |_|/ / | |/| | |
| * | | | af_packet: allow packets defragmentation not only for hash fanout typeAlexander Drozdov2015-02-211-5/+5
| * | | | net: reject creation of netdev names with colonsMatthew Thode2015-02-211-1/+1
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-02-204-18/+28
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | netfilter: xt_socket: fix a stack corruption bugEric Dumazet2015-02-161-9/+12
| | * | | netfilter: xt_recent: don't reject rule if new hitcount exceeds table maxFlorian Westphal2015-02-161-6/+5
| | * | | netfilter: nft_compat: fix module refcount underflowPablo Neira Ayuso2015-02-161-2/+10
| | * | | ipvs: fix inability to remove a mixed-family RSAlexey Andriyanov2015-02-091-1/+1
| * | | | caif: fix a signedness bug in cfpkt_iterate()Dan Carpenter2015-02-202-4/+4
| * | | | ethtool: Add hw-switch-offload to netdev_features_strings.Rami Rosen2015-02-201-0/+1
| * | | | sock: sock_dequeue_err_skb() needs hard irq safetyEric Dumazet2015-02-201-2/+3
| * | | | openvswitch: Fix net exit.Pravin B Shelar2015-02-202-2/+45
| * | | | ematch: Fix auto-loading of ematch modules.Ignacy Gawędzki2015-02-201-0/+1
| * | | | ipv4: ip_check_defrag should correctly check return value of skb_copy_bitsAlexander Drozdov2015-02-201-1/+1
| * | | | gen_stats.c: Duplicate xstats buffer for later useIgnacy Gawędzki2015-02-191-1/+14
* | | | | Merge tag 'nfs-for-3.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-02-211-1/+4
|\ \ \ \ \
| * \ \ \ \ Merge branch 'cleanups'Trond Myklebust2015-02-18359-12061/+19176
| |\ \ \ \ \
| * | | | | | SUNRPC: Always manipulate rpc_rqst::rq_bc_pa_list under xprt->bc_pa_lockChuck Lever2015-02-131-1/+4
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-02-196-162/+54
|\ \ \ \ \ \ \
| * | | | | | | libceph: kfree() in put_osd() shouldn't depend on authorizerIlya Dryomov2015-02-191-2/+3
| * | | | | | | libceph: fix double __remove_osd() problemIlya Dryomov2015-02-191-8/+18
| * | | | | | | libceph: tcp_nodelay supportChaitanya Huilgol2015-02-192-2/+28
| * | | | | | | libceph: use mon_client.c/put_generic_request() moreIlya Dryomov2015-02-191-2/+2
| * | | | | | | libceph: nuke pool op infrastructureIlya Dryomov2015-02-193-148/+3
* | | | | | | | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2015-02-193-9/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | kconfig: use bool instead of boolean for type definition attributesChristoph Jaeger2015-01-073-9/+9
* | | | | | | | | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-02-181-0/+6
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | virtio/9p: verify device has config spaceMichael S. Tsirkin2015-01-211-0/+6
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-02-1719-48/+173
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | net: dsa: Set valid phy interface typeGuenter Roeck2015-02-171-2/+7
| * | | | | | | | | rtnetlink: call ->dellink on failure when ->newlink existsWANG Cong2015-02-151-1/+8
| * | | | | | | | | net: spelling fixesStephen Hemminger2015-02-143-3/+3
| * | | | | | | | | net/core: Fix warning while make xmldocs caused by dev.cMasanari Iida2015-02-141-1/+1
| * | | | | | | | | ipv6: fix ipv6_cow_metrics for non DST_HOST caseMartin KaFai Lau2015-02-141-1/+1
| * | | | | | | | | openvswitch: Fix key serialization.Pravin B Shelar2015-02-141-1/+1
| * | | | | | | | | tcp: make sure skb is not shared before using skb_get()Eric Dumazet2015-02-131-8/+24
| * | | | | | | | | bridge: netfilter: Move sysctl-specific error code inside #ifdefGeert Uytterhoeven2015-02-121-5/+2
| * | | | | | | | | ipv6: fix possible deadlock in ip6_fl_purge / ip6_fl_gcJan Stancek2015-02-121-2/+2
| * | | | | | | | | gue: Use checksum partial with remote checksum offloadTom Herbert2015-02-111-6/+22
| * | | | | | | | | net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offloadTom Herbert2015-02-112-2/+3
| * | | | | | | | | udp: Set SKB_GSO_UDP_TUNNEL* in UDP GRO pathTom Herbert2015-02-112-2/+17
| * | | | | | | | | net: Fix remcsum in GRO path to not change packetTom Herbert2015-02-111-10/+10
| * | | | | | | | | openvswitch: Add missing initialization in validate_and_copy_set_tun()Geert Uytterhoeven2015-02-111-1/+1
| * | | | | | | | | openvswitch: Reset key metadata for packet execution.Pravin B Shelar2015-02-111-0/+2
| * | | | | | | | | rds: rds_cong_queue_updates needs to defer the congestion update transmissionSowmini Varadhan2015-02-111-1/+15
| * | | | | | | | | ipv6: Partial checksum only UDP packetsVlad Yasevich2015-02-111-1/+1
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-02-112-6/+58
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | netfilter: nft_lookup: add missing attribute validation for NFTA_LOOKUP_SET_IDPatrick McHardy2015-01-301-0/+1